[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.8 1.10

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


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

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/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt,v
retrieving revision 1.8
retrieving revision 1.10
diff -C 2 -d -r1.8 -r1.10
*** CMakeLists.txt	25 Mar 2008 15:26:55 -0000	1.8
--- CMakeLists.txt	8 Jul 2009 15:41:30 -0000	1.10
***************
*** 6,11 ****
  ENDIF (MUDSLIDE_TYPE MATCHES MUCHO)
  
- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_ANSI_CXXFLAGS}")
- SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}")
  IF(WATCOM)
    SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
--- 6,9 ----



More information about the Cmake-commits mailing list