Skip to content

Commit

Permalink
Merge pull request #113 from RIT-EVT/bugfix/aclowmclaughlin/Cmake_RTO…
Browse files Browse the repository at this point in the history
…S_fix

Really Tiny One Small Change (to) My Asinine Keywords Excellently 🐛 🔨
  • Loading branch information
aclowmclaughlin authored Jan 25, 2025
2 parents d5b7812 + 04330ff commit 6dd4d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if(USE_RTOS)
set(THREADX_TOOLCHAIN "gnu")
add_subdirectory(libs/threadx)

set(THREADX_DIR ${CMAKE_SOURCE_DIR}/libs/threadx)
set(THREADX_DIR ${CMAKE_CURRENT_LIST_DIR}/libs/threadx)

target_include_directories(${PROJECT_NAME} PRIVATE
${THREADX_DIR}/common/inc
Expand Down

0 comments on commit 6dd4d06

Please sign in to comment.