Skip to content

Commit

Permalink
literally this one change will mean that the cmake will work for both…
Browse files Browse the repository at this point in the history
… EVT-core and other repositories that use EVT-core as a library.
  • Loading branch information
aclowmclaughlin committed Jan 25, 2025
1 parent d5b7812 commit 04330ff
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 04330ff

Please sign in to comment.