summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-04-28 17:21:56 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-04-28 17:21:56 (GMT)
commita6b60841dbc56b896380435e4e190cbdc6e1a25a (patch)
treebd7b0971e37170049b5c13a6979360042e4683b1 /Modules/Platform
parente539cf9f7c39b2c25b5566925e0c43a39f2ee868 (diff)
downloadCMake-a6b60841dbc56b896380435e4e190cbdc6e1a25a.zip
CMake-a6b60841dbc56b896380435e4e190cbdc6e1a25a.tar.gz
CMake-a6b60841dbc56b896380435e4e190cbdc6e1a25a.tar.bz2
BUG: fix for bug 116 platform files can now specify directories that should not be added by CMAKE
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Darwin.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Darwin.cmake b/Modules/Platform/Darwin.cmake
index 8c8dc3a..8a1fd17 100644
--- a/Modules/Platform/Darwin.cmake
+++ b/Modules/Platform/Darwin.cmake
@@ -25,3 +25,5 @@ SET(CMAKE_C_CREATE_SHARED_MODULE
"<CMAKE_C_COMPILER> <CMAKE_SHARED_MODULE_CREATE_C_FLAGS> <LINK_FLAGS> -o <TARGET> <OBJECTS> <LINK_LIBRARIES>")
INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake)
+
+SET(CMAKE_PLATFORM_IMPLICIT_INCLUDE_DIRECTORIES /usr/local/include)