Skip to content

Commit 484fe3a

Browse files
committed
doc added
1 parent 29b3467 commit 484fe3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RTEMSConfig.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ function(rtems_general_config TARGET_NAME RTEMS_PREFIX RTEMS_BSP_PAIR)
3838
# Not an ideal solution but it will do for now because the number of
3939
# variables which need to be propagated to the upper most CMakeLists.txt
4040
# should not become too high.
41-
# We could also use CMAKE_TOOLCHAIN_FILE but this way works as well.
41+
# We could also use CMAKE_TOOLCHAIN_FILE but this way works as well and we
42+
# dont have to supply the file each time, we can set the location in
43+
# the uppermost CMakeLists.txt once.
4244

4345
set(CMAKE_C_COMPILER ${CMAKE_C_COMPILER} PARENT_SCOPE)
4446
set(CMAKE_CXX_COMPILER ${CMAKE_CXX_COMPILER} PARENT_SCOPE)

0 commit comments

Comments
 (0)