[cmake-commits] hoffman committed CMakeLists.txt 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 20 10:57:26 EST 2007


Update of /cvsroot/CMake/CMake/Tests/SetLang
In directory public:/mounts/ram/cvs-serv9404

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: verbose


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SetLang/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt	20 Feb 2007 14:35:21 -0000	1.1
+++ CMakeLists.txt	20 Feb 2007 15:57:24 -0000	1.2
@@ -1,5 +1,7 @@
 # test forcing a source file language to c++ from c
 project(SetLang)
+# force this to be verbose so I can debug a dashboard entry
+SET(CMAKE_VERBOSE_MAKEFILE 1)
 add_library(foo foo.c)
 add_executable(bar bar.c)
 set_source_files_properties(foo.c bar.c PROPERTIES LANGUAGE CXX)



More information about the Cmake-commits mailing list