summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/build_command/BeforeProject.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/build_command/BeforeProject.cmake')
-rw-r--r--Tests/RunCMake/build_command/BeforeProject.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/build_command/BeforeProject.cmake b/Tests/RunCMake/build_command/BeforeProject.cmake
index 15788d1..a2175c4 100644
--- a/Tests/RunCMake/build_command/BeforeProject.cmake
+++ b/Tests/RunCMake/build_command/BeforeProject.cmake
@@ -1,2 +1,3 @@
build_command(MAKECOMMAND_DEFAULT_VALUE)
+message(AUTHOR_WARNING "build_command() returned:\n ${MAKECOMMAND_DEFAULT_VALUE}")
project(${RunCMake_TEST} NONE)