From a439c8026a5304da6751ce0b0cc715419abad6cc Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 14 Feb 2015 12:29:13 +0500 Subject: CMake: Add search path for jemalloc which corresponds to own and studio setup --- build_files/cmake/Modules/FindJeMalloc.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'build_files') diff --git a/build_files/cmake/Modules/FindJeMalloc.cmake b/build_files/cmake/Modules/FindJeMalloc.cmake index 5c7aa2cf1e1..466456baf32 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 -- cgit v1.2.3