Skip to content

Commit 91c6d24

Browse files
committed
Update CMakelists file
1 parent 1a6accf commit 91c6d24

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# The name of our project is “R3BFRS”. CMakeLists files in this project can
1+
# The name of our project is “R3BFRS”. CMakeLists files in this project can
22
# refer to the R3BROOT root source directory of the project as ${R3BROOT_SOURCE_DIR},
3-
# the SOFIA root source directory as ${R3BFRS_SOURCE_DIR} (for the frs specifics) or
3+
# the FRS root source directory as ${R3BFRS_SOURCE_DIR} (for the frs specifics) or
44
# as ${CMAKE_SOURCE_DIR} and to the root binary directory of the project as
55
# ${R3BFRS_BINARY_DIR} or ${CMAKE_BINARY_DIR}.
66

7-
# Recurse into the given subdirectories. This does not actually
8-
# cause another cmake executable to run. The same process will walk through
7+
# Recurse into the given subdirectories. This does not actually cause
8+
# another cmake executable to run. The same process will walk through
99
# the project's entire directory structure.
1010

1111
Set(R3BFRS_SOURCE_DIR ${R3BROOT_SOURCE_DIR}/frs/)
12+
message("-- ${BBlue}FRS project found${CR} ")
1213

1314
#FRS specific
1415
add_subdirectory (frsdata)

0 commit comments

Comments
 (0)