File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ set(ENV{RTEMS_PREFIX} ${RTEMS_PREFIX})
5555set (ENV{RTEMS_BSP} ${RTEMS_BSP} )
5656set (ENV{RTEMS_VERSION} ${RTEMS_VERSION} )
5757if (NOT DEFINED ENV{RTEMS_TOOLS})
58- set (ENV{RTEMS_TOOLS} RTEMS_TOOLS)
58+ set (ENV{RTEMS_TOOLS} ${ RTEMS_TOOLS} )
5959endif ()
6060set (ENV{RTEMS_BSP_NAME} ${RTEMS_BSP_NAME} )
6161set (ENV{RTEMS_ARCH_NAME} ${RTEMS_ARCH_NAME} )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ endif()
3636
3737set (RTEMS_BIN_PATH "$ENV{RTEMS_TOOLS} /bin" )
3838if (NOT IS_DIRECTORY "${RTEMS_BIN_PATH} " )
39- message (FATAL_ERROR "RTEMS binaries folder not found at ${RTEMS_TOOLS} /bin " )
39+ message (FATAL_ERROR "RTEMS binaries folder not found at ${RTEMS_BIN_PATH} " )
4040endif ()
4141
4242list (APPEND CMAKE_PREFIX_PATH "${RTEMS_TOOLS} " )
You can’t perform that action at this time.
0 commit comments