Skip to content

Commit

Permalink
Use PROJECT_SOURCE_DIR instead of CMAKE_CURRENT_SOURCE_DIR where appr…
Browse files Browse the repository at this point in the history
…opriate (#154)

Resolves #153 (Use PROJECT_SOURCE_DIR instead of
CMAKE_CURRENT_SOURCE_DIR where appropriate).
  • Loading branch information
apcountryman authored Apr 4, 2024
1 parent 6f7b51f commit b38668e
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 @@ -20,5 +20,5 @@ project( toolchain-avr-gcc
LANGUAGES C CXX
)

list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}" )
list( APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}" )
include( avrdude-utilities.cmake )

0 comments on commit b38668e

Please sign in to comment.