[Cmake-commits] [cmake-commits] hoffman committed Haiku.cmake 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 29 11:42:09 EST 2009


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv8582

Modified Files:
	Haiku.cmake 
Log Message:
BUG: fix for # 8413 add more haiku searching


Index: Haiku.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Haiku.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** Haiku.cmake	3 Dec 2008 21:13:17 -0000	1.2
--- Haiku.cmake	29 Jan 2009 16:42:07 -0000	1.3
***************
*** 18,20 ****
  LIST(APPEND CMAKE_SYSTEM_PROGRAM_PATH /boot/common/bin)
  LIST(APPEND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES /boot/common/lib)
! 
--- 18,21 ----
  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)



More information about the Cmake-commits mailing list