26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From afe85b8d6afeb5c2b38d910ba50579d3a66b3c11 Mon Sep 17 00:00:00 2001
|
|
From: CosineMath <1365471105@qq.com>
|
|
Date: Sun, 11 Apr 2021 21:25:13 +0800
|
|
Subject: [PATCH 132/233] Update option description for USE_ANDROID_LOG
|
|
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 36d9b8c0..0c28880c 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -23,7 +23,7 @@ option(USE_CCACHE "Set to ON to use ccache if present in the system" ${USE_CCACH
|
|
option(USE_CLOCK "Set to ON to use clock_gettime instead of gttimeofday for LIBGL_FPS" ${USE_CLOCK})
|
|
option(NO_LOADER "disable library loader (useful for static library with NOEGL, NOX11, use include/gl4esinit.h)" ${NO_LOADER})
|
|
option(NO_INIT_CONSTRUCTOR "disable automatic initialization (useful for static library, use include/gl4esinit.h)" ${NO_INIT_CONSTRUCTOR})
|
|
-option(USE_ANDROID_LOG "Set to ON to use Android log instead of " ${USE_ANDROID_LOG})
|
|
+option(USE_ANDROID_LOG "Set to ON to use Android log instead of stdio" ${USE_ANDROID_LOG})
|
|
|
|
include(CheckSymbolExists)
|
|
check_symbol_exists(backtrace "execinfo.h" HAS_BACKTRACE)
|
|
--
|
|
2.11.0
|
|
|