Skip to content

Commit a2eef95

Browse files
committed
important bugfix
1 parent a66e228 commit a2eef95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RTEMSPreProjectConfig.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ rtems_pkg_config()
5454
set(ENV{RTEMS_PREFIX} ${RTEMS_PREFIX})
5555
set(ENV{RTEMS_BSP} ${RTEMS_BSP})
5656
set(ENV{RTEMS_VERSION} ${RTEMS_VERSION})
57+
if(NOT DEFINED ENV{RTEMS_TOOLS})
58+
set(ENV{RTEMS_TOOLS} RTEMS_TOOLS)
59+
endif()
5760
set(ENV{RTEMS_BSP_NAME} ${RTEMS_BSP_NAME})
5861
set(ENV{RTEMS_ARCH_NAME} ${RTEMS_ARCH_NAME})
5962
set(ENV{RTEMS_ARCH_VERSION_NAME} ${RTEMS_ARCH_VERSION_NAME})

0 commit comments

Comments
 (0)