[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.12 1.13

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jul 8 11:41:24 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/Dependency
In directory public:/mounts/ram/cvs-serv23655/Tests/Dependency

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Remove CMAKE_ANSI_CFLAGS from tests

As of CMake 2.6 this variable is not defined, and the ANSI flags for the
HP compiler are simply hard-coded in the default C flags.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Dependency/CMakeLists.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C 2 -d -r1.12 -r1.13
*** CMakeLists.txt	7 Aug 2008 14:13:15 -0000	1.12
--- CMakeLists.txt	8 Jul 2009 15:41:18 -0000	1.13
***************
*** 2,7 ****
  PROJECT( Dependency )
  
- SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}")
- 
  # to test directories with only one character One was changed to 1
  # There is one executable that depends on eight libraries. The
--- 2,5 ----



More information about the Cmake-commits mailing list