Browse Source

ENH: verbose

Bill Hoffman 18 years ago
parent
commit
9267267b68
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Tests/SetLang/CMakeLists.txt

+ 2 - 0
Tests/SetLang/CMakeLists.txt

@@ -1,5 +1,7 @@
 # test forcing a source file language to c++ from c
 # test forcing a source file language to c++ from c
 project(SetLang)
 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_library(foo foo.c)
 add_executable(bar bar.c)
 add_executable(bar bar.c)
 set_source_files_properties(foo.c bar.c PROPERTIES LANGUAGE CXX)
 set_source_files_properties(foo.c bar.c PROPERTIES LANGUAGE CXX)