浏览代码

ENH: verbose

Bill Hoffman 19 年之前
父节点
当前提交
9267267b68
共有 1 个文件被更改,包括 2 次插入0 次删除
  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
 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)