[Cmake-commits] [cmake-commits] king committed Darwin-icc.cmake 1.1 1.2 Darwin.cmake 1.57 1.58

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 24 15:37:10 EST 2009


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

Modified Files:
	Darwin-icc.cmake Darwin.cmake 
Log Message:
BUG: Remove implicit include dir suppression

We used to suppress generation of -I/usr/include (and on OSX also
-I/usr/local/include).  This behavior seems to cause more trouble than
it's worth, so I'm removing it until someone encounters the original
problem it fixed.  See issue #8598.


Index: Darwin.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Darwin.cmake,v
retrieving revision 1.57
retrieving revision 1.58
diff -C 2 -d -r1.57 -r1.58
*** Darwin.cmake	17 Feb 2009 21:59:58 -0000	1.57
--- Darwin.cmake	24 Feb 2009 20:37:08 -0000	1.58
***************
*** 218,222 ****
  
   
- SET(CMAKE_PLATFORM_IMPLICIT_INCLUDE_DIRECTORIES /usr/local/include)
  # default to searching for frameworks first
  SET(CMAKE_FIND_FRAMEWORK FIRST)
--- 218,221 ----

Index: Darwin-icc.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Darwin-icc.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** Darwin-icc.cmake	31 Mar 2008 12:04:11 -0000	1.1
--- Darwin-icc.cmake	24 Feb 2009 20:37:08 -0000	1.2
***************
*** 104,108 ****
  # We also need to consider to use cce (which is the 64bit compiler) and not JUST the 32bit compiler.
  # I have no idea what the best way to do that would be.
- SET(CMAKE_PLATFORM_IMPLICIT_INCLUDE_DIRECTORIES /usr/local/include )
  
  
--- 104,107 ----



More information about the Cmake-commits mailing list