aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Volkhart <Marius@volkhart.com>2019-02-06 18:18:50 +0900
committerMarius Volkhart <Marius@volkhart.com>2019-02-06 18:18:50 +0900
commitc95bd009956085a7669b55e2bf949676c9ae010b (patch)
tree98571912834b8e6f83489626bd42edf3a6805d3b
parentMinor changes. (diff)
downloadgoldilocks-c95bd009956085a7669b55e2bf949676c9ae010b.tar.xz
goldilocks-c95bd009956085a7669b55e2bf949676c9ae010b.zip
Tweak generated code message
Tweak the message indicating the location of generated code to be clear that the code has yet to be generated.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 588a71b..cb1bbba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ if (GENERATED_SOURCE_PATH)
else()
set(GSOURCE_PATH ${PROJECT_BINARY_DIR}/src/GENERATED)
endif()
-message("Generated source code in ${GSOURCE_PATH}")
+message("Generated source code will be in ${GSOURCE_PATH}")
if(NOT CPACK_GENERATOR AND NOT CMAKE_INSTALL_RPATH AND CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})