diff options
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/ConfigEnv.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/ConfigEnv.cmake b/CMakeScripts/ConfigEnv.cmake index b8809428c..25272f229 100644 --- a/CMakeScripts/ConfigEnv.cmake +++ b/CMakeScripts/ConfigEnv.cmake @@ -19,7 +19,7 @@ if(WIN32) option(ENABLE_NLS "Compile with Native Language Support (using gettext)" ON)
# Does not compile on Windows with these options.
- option(ENABLE_BINRELOC "Use AutoPackage" OFF)
+ option(ENABLE_BINRELOC "Compile with binary relocation support" OFF)
option(WITH_JEMALLOC "Compile with JEMALLOC support" OFF)
endif()
|
