diff options
author | Spp <spp@jorge.gr> | 2012-11-09 13:13:45 +0100 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2012-11-09 13:13:45 +0100 |
commit | 333b8e5159ada2f1b8cbfd1dd8eb9072754477d7 (patch) | |
tree | b73ed1ddf75c9cb691178f0fc409a5e86d3797ce /cmake/platform/unix | |
parent | 90c95806a7bd54c8011e08ed74ff00198d206278 (diff) |
Core/Build: Enable Clang PCH support and OS X specific features
Core: Fix warnings here and there
Diffstat (limited to 'cmake/platform/unix')
-rw-r--r-- | cmake/platform/unix/settings.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/platform/unix/settings.cmake b/cmake/platform/unix/settings.cmake index dd8b7c081f3..c79cfc4ed4f 100644 --- a/cmake/platform/unix/settings.cmake +++ b/cmake/platform/unix/settings.cmake @@ -2,6 +2,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux") if (NOT NOJEM) set(JEMALLOC_LIBRARY "jemalloc") + message(STATUS "UNIX: Using jemalloc") endif() endif() |