We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c6d24 commit 62cd149Copy full SHA for 62cd149
1 file changed
CMakeLists.txt
@@ -9,7 +9,8 @@
9
# the project's entire directory structure.
10
11
Set(R3BFRS_SOURCE_DIR ${R3BROOT_SOURCE_DIR}/frs/)
12
-message("-- ${BBlue}FRS project found${CR} ")
+message(STATUS "${BBlue}FRS project was FOUND${CR} ")
13
+message(" - ${Cyan}FRS_DIR${CR} = ${BGreen}${R3BFRS_SOURCE_DIR}${CR}")
14
15
#FRS specific
16
add_subdirectory (frsdata)
0 commit comments