Skip to content

Commit

Permalink
CMake: fix FreeRTOS include variable
Browse files Browse the repository at this point in the history
  • Loading branch information
qermit committed Jan 25, 2016
1 parent 3dbea31 commit 1a50ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeRTOS/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build FreeRTOS library

set(FREERTOS_INC ${CMAKE_CURRENT_BINARY_DIR}/include)
set(FREERTOS_INC ${CMAKE_CURRENT_SOURCE_DIR}/include)

include_directories(${FREERTOS_INC})

Expand Down

0 comments on commit 1a50ccd

Please sign in to comment.