[cmake-commits] king committed CMakeLists.txt 1.8 1.9
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Feb 8 09:24:31 EST 2008
Update of /cvsroot/CMake/CMake/Tests/Dependency
In directory public:/mounts/ram/cvs-serv29846
Modified Files:
CMakeLists.txt
Log Message:
BUG: Need ANSI C.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Dependency/CMakeLists.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CMakeLists.txt 6 Feb 2008 19:52:12 -0000 1.8
+++ CMakeLists.txt 8 Feb 2008 14:24:29 -0000 1.9
@@ -1,5 +1,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
# system has the following dependency graph:
More information about the Cmake-commits
mailing list