Skip to content

Commit 747ce32

Browse files
authored
seems like a typo ? ) (#49)
missing $ char in `${CMAKE_BINARY_DIR}`
1 parent 18de339 commit 747ce32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post_init.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ pico_add_platform_library(pico_extras_included)
99
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/src ${CMAKE_BINARY_DIR}/pico_extras/src)
1010

1111
if (PICO_EXTRAS_TESTS_ENABLED OR PICO_EXTRAS_TOP_LEVEL_PROJECT)
12-
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/test {CMAKE_BINARY_DIR}/pico_extras/test)
12+
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/test ${CMAKE_BINARY_DIR}/pico_extras/test)
1313
endif ()
1414

0 commit comments

Comments
 (0)