We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b3467 commit 484fe3aCopy full SHA for 484fe3a
RTEMSConfig.cmake
@@ -38,7 +38,9 @@ function(rtems_general_config TARGET_NAME RTEMS_PREFIX RTEMS_BSP_PAIR)
38
# Not an ideal solution but it will do for now because the number of
39
# variables which need to be propagated to the upper most CMakeLists.txt
40
# should not become too high.
41
- # We could also use CMAKE_TOOLCHAIN_FILE but this way works as well.
+ # 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.
44
45
set(CMAKE_C_COMPILER ${CMAKE_C_COMPILER} PARENT_SCOPE)
46
set(CMAKE_CXX_COMPILER ${CMAKE_CXX_COMPILER} PARENT_SCOPE)
0 commit comments