Commit: a439c8026a5304da6751ce0b0cc715419abad6cc Author: Sergey Sharybin Date: Sat Feb 14 12:29:13 2015 +0500 Branches: master https://developer.blender.org/rBa439c8026a5304da6751ce0b0cc715419abad6cc
CMake: Add search path for jemalloc which corresponds to own and studio setup =================================================================== M build_files/cmake/Modules/FindJeMalloc.cmake =================================================================== diff --git a/build_files/cmake/Modules/FindJeMalloc.cmake b/build_files/cmake/Modules/FindJeMalloc.cmake index 5c7aa2c..466456b 100644 --- a/build_files/cmake/Modules/FindJeMalloc.cmake +++ b/build_files/cmake/Modules/FindJeMalloc.cmake @@ -33,6 +33,7 @@ SET(_jemalloc_SEARCH_DIRS /sw # Fink /opt/local # DarwinPorts /opt/csw # Blastwave + /opt/lib/jemalloc ) FIND_PATH(JEMALLOC_INCLUDE_DIR _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
