Browse Source

ENH: add a comment

Bill Hoffman 19 năm trước cách đây
mục cha
commit
d93265b8fa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Tests/SubDirSpaces/CMakeLists.txt

+ 1 - 0
Tests/SubDirSpaces/CMakeLists.txt

@@ -1,4 +1,5 @@
 PROJECT(SUBDIR)
+# be able to see output from make on dashboards
 SET(CMAKE_VERBOSE_MAKEFILE 1)
 SUBDIRS("Executable Sources" "Some(x86) Sources" EXCLUDE_FROM_ALL "Some Examples")
 WRITE_FILE(${SUBDIR_BINARY_DIR}/ShouldBeHere "This file should exist.")