summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigEnv.cmake
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-09-10 15:57:11 +0000
committerMartin Owens <doctormo@gmail.com>2018-09-10 15:57:11 +0000
commit88d8b781054039704afb495845c536d389afb3cb (patch)
tree228a8075a36d520f92b491e95d2f0f0a5623733b /CMakeScripts/ConfigEnv.cmake
parentFix bug #167900 (diff)
parentCMake: Install extensions after switch to submodule (diff)
downloadinkscape-88d8b781054039704afb495845c536d389afb3cb.tar.gz
inkscape-88d8b781054039704afb495845c536d389afb3cb.zip
Merge branch 'master' of gitlab.com:inkscape/inkscape into yhoshi/inkscape-bug167900
Diffstat (limited to 'CMakeScripts/ConfigEnv.cmake')
-rw-r--r--CMakeScripts/ConfigEnv.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeScripts/ConfigEnv.cmake b/CMakeScripts/ConfigEnv.cmake
index 8ae55e89a..4c537d4a3 100644
--- a/CMakeScripts/ConfigEnv.cmake
+++ b/CMakeScripts/ConfigEnv.cmake
@@ -30,6 +30,7 @@ if(WIN32)
# 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()
if(APPLE)