Skip to content

Commit

Permalink
seems like a typo ? ) (#49)
Browse files Browse the repository at this point in the history
missing $ char in `${CMAKE_BINARY_DIR}`
  • Loading branch information
micrub committed Nov 25, 2022
1 parent 18de339 commit 747ce32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post_init.cmake
Expand Up @@ -9,6 +9,6 @@ pico_add_platform_library(pico_extras_included)
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/src ${CMAKE_BINARY_DIR}/pico_extras/src)

if (PICO_EXTRAS_TESTS_ENABLED OR PICO_EXTRAS_TOP_LEVEL_PROJECT)
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/test {CMAKE_BINARY_DIR}/pico_extras/test)
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/test ${CMAKE_BINARY_DIR}/pico_extras/test)
endif ()

0 comments on commit 747ce32

Please sign in to comment.