summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-01-29 16:42:07 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-01-29 16:42:07 (GMT)
commit9b0fe5738b28f343c0c56689ff2bcc6203b5fb27 (patch)
treedbfe33d2bb62bbdf50ac39c4108717acfce63288 /Modules
parent33c296a44e31f700d5cfad40157469b36a10c6e9 (diff)
downloadCMake-9b0fe5738b28f343c0c56689ff2bcc6203b5fb27.zip
CMake-9b0fe5738b28f343c0c56689ff2bcc6203b5fb27.tar.gz
CMake-9b0fe5738b28f343c0c56689ff2bcc6203b5fb27.tar.bz2
BUG: fix for # 8413 add more haiku searching
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Haiku.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/Platform/Haiku.cmake b/Modules/Platform/Haiku.cmake
index 2b78453..84ded80 100644
--- a/Modules/Platform/Haiku.cmake
+++ b/Modules/Platform/Haiku.cmake
@@ -17,4 +17,5 @@ LIST(APPEND CMAKE_SYSTEM_INCLUDE_PATH /boot/common/include)
LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH /boot/common/lib)
LIST(APPEND CMAKE_SYSTEM_PROGRAM_PATH /boot/common/bin)
LIST(APPEND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES /boot/common/lib)
-
+LIST(APPEND CMAKE_SYSTEM_INCLUDE_PATH /boot/develop/headers/3rdparty)
+LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH /boot/develop/lib/x86)