Merge branch 'master' into blender2.8

This commit is contained in:
Brecht Van Lommel
2018-10-03 12:56:44 +02:00

View File

@@ -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()