summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigEnv.cmake
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-30 18:41:09 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-01 22:50:12 +0000
commit201c7d76d3c6432e18de93cba1974f1af5c7a14d (patch)
tree438ea78025e7b23d3abae9752ec6d3c7a8fff0e4 /CMakeScripts/ConfigEnv.cmake
parentMove GTKMM_CHECK_VERSION from config.h to it's own header (diff)
downloadinkscape-201c7d76d3c6432e18de93cba1974f1af5c7a14d.tar.gz
inkscape-201c7d76d3c6432e18de93cba1974f1af5c7a14d.zip
config.h - remove all defines we never use
(strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but let's keep them for now)
Diffstat (limited to 'CMakeScripts/ConfigEnv.cmake')
-rw-r--r--CMakeScripts/ConfigEnv.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeScripts/ConfigEnv.cmake b/CMakeScripts/ConfigEnv.cmake
index 4c537d4a3..4a3300d50 100644
--- a/CMakeScripts/ConfigEnv.cmake
+++ b/CMakeScripts/ConfigEnv.cmake
@@ -25,10 +25,8 @@ if(WIN32)
# These options are required for having i18n support on Windows.
option(ENABLE_NLS "Compile with Native Language Support (using gettext)" ON)
- option(HAVE_BIND_TEXTDOMAIN_CODESET "Compile with 'bind_textdomain_codeset' function" ON)
# Does not compile on Windows with these options.
- option(BR_PTHREADS "Use binreloc thread support" OFF)
option(ENABLE_BINRELOC "Use AutoPackage" OFF)
option(WITH_JEMALLOC "Compile with JEMALLOC support" OFF)
endif()