Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-03 13:56:44 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-03 13:56:44 +0300
commita3d9e8edce367eb7b2ec79cf73d06ebf1e222630 (patch)
tree22cf0b7b14fb9680064be610950268d6c6553050 /intern
parent44d47526af771ce3434950441aa449a6d6eeb9d3 (diff)
parentd05b9e0a2e143ac122cdff8f980428f69d0e14c7 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'intern')
-rw-r--r--intern/guardedalloc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/guardedalloc/CMakeLists.txt b/intern/guardedalloc/CMakeLists.txt
index 7f648cff27c..3cec2fd1016 100644
--- a/intern/guardedalloc/CMakeLists.txt
+++ b/intern/guardedalloc/CMakeLists.txt
@@ -54,7 +54,7 @@ if(WIN32 AND NOT UNIX)
endif()
# Jemalloc 5.0.0+ needs extra configuration.
-if(WITH_MEM_JEMALLOC AND ("${JEMALLOC_VERSION}" VERSION_GREATER_EQUAL "5.0.0"))
+if(WITH_MEM_JEMALLOC AND NOT ("${JEMALLOC_VERSION}" VERSION_LESS "5.0.0"))
add_definitions(-DWITH_JEMALLOC_CONF)
endif()