mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
ENH: verbose
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user