[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.68 1.69

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


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

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/Complex/Executable/CMakeLists.txt,v
retrieving revision 1.68
retrieving revision 1.69
diff -C 2 -d -r1.68 -r1.69
*** CMakeLists.txt	21 Nov 2008 21:10:09 -0000	1.68
--- CMakeLists.txt	8 Jul 2009 15:41:13 -0000	1.69
***************
*** 5,9 ****
  SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DTEST_CXX_FLAGS")
  SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DTEST_C_FLAGS")
- SET(CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS}")
  
  IF(COMPLEX_TEST_CMAKELIB)
--- 5,8 ----



More information about the Cmake-commits mailing list