aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform/unix
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-03-14 15:27:33 +0100
committerNaios <naios-dev@live.de>2016-03-19 23:19:50 +0100
commitb0ac332d58cc7d7e2da4ba26efc2f3416c674784 (patch)
treeadf5cf58803efeb51650c2da754278c2cc2f6c27 /cmake/platform/unix
parentfee9bb904a5dcfc93e6ea85789b5aacc203a440a (diff)
CMake: Provide proper interface targets from dependencies
* to make use of cmakes inherited link dependencies which imports all include directories/ definitions from the link library (cherry picked from commit 1a572d242593124f986d3ed08710b96a142a6763)
Diffstat (limited to 'cmake/platform/unix')
-rw-r--r--cmake/platform/unix/settings.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/cmake/platform/unix/settings.cmake b/cmake/platform/unix/settings.cmake
index 754ff450fcc..2f9c71f28ed 100644
--- a/cmake/platform/unix/settings.cmake
+++ b/cmake/platform/unix/settings.cmake
@@ -1,12 +1,3 @@
-# Package overloads - Linux
-if(CMAKE_SYSTEM_NAME MATCHES "Linux")
- if (NOT NOJEM)
- set(JEMALLOC_LIBRARY "jemalloc")
- add_definitions(-DNO_BUFFERPOOL)
- message(STATUS "UNIX: Using jemalloc")
- endif()
-endif()
-
# set default configuration directory
if( NOT CONF_DIR )
set(CONF_DIR ${CMAKE_INSTALL_PREFIX}/etc)