[Bf-blender-cvs] [a439c80] master: CMake: Add search path for jemalloc which corresponds to own and studio setup

Sergey Sharybin noreply at git.blender.org
Sat Feb 14 08:30:02 CET 2015


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




More information about the Bf-blender-cvs mailing list