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

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


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

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/MacroTest/CMakeLists.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** CMakeLists.txt	25 Mar 2009 14:36:59 -0000	1.8
--- CMakeLists.txt	8 Jul 2009 15:41:30 -0000	1.9
***************
*** 3,8 ****
  PROJECT (MacroTest)
  
- SET(CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS}")
- 
  MACRO(FAILED testname)
    MESSAGE(SEND_ERROR "${testname} failed ${ARGN}")
--- 3,6 ----



More information about the Cmake-commits mailing list