Skip to content

Commit

Permalink
FIX: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdimfox authored May 27, 2022
1 parent c986164 commit 0b8394a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion details/out_of_tree_board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ macro(resolve_path_for WHAT)
if (${WHAT}_ROOT)
list(APPEND ${WHAT}_ROOT ${APPLICATION_SOURCE_DIR})
message(STATUS "Append existing ${WHAT}_ROOT with: '${APPLICATION_SOURCE_DIR}'")
message(STATUS "${WHAT}_ROOT constaints now: '${${WHAT}_ROOT}'")
message(STATUS "${WHAT}_ROOT containts now: '${${WHAT}_ROOT}'")
else()
set(${WHAT}_ROOT ${APPLICATION_SOURCE_DIR})
message(STATUS "Set ${WHAT}_ROOT to: '${${WHAT}_ROOT}'")
Expand Down

0 comments on commit 0b8394a

Please sign in to comment.