diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-20 15:57:24 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-20 15:57:24 (GMT) |
commit | 9267267b68399dfd8667278b19fdc39056650005 (patch) | |
tree | 4522545e26c4a6984d447d25bff55cc114353740 /Tests/SetLang | |
parent | 323860cbdf473d99d85d934caf4dfa19d0751387 (diff) | |
download | CMake-9267267b68399dfd8667278b19fdc39056650005.zip CMake-9267267b68399dfd8667278b19fdc39056650005.tar.gz CMake-9267267b68399dfd8667278b19fdc39056650005.tar.bz2 |
ENH: verbose
Diffstat (limited to 'Tests/SetLang')
-rw-r--r-- | Tests/SetLang/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SetLang/CMakeLists.txt b/Tests/SetLang/CMakeLists.txt index d53b308..f3ed86e 100644 --- a/Tests/SetLang/CMakeLists.txt +++ b/Tests/SetLang/CMakeLists.txt @@ -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) |