Skip to content

Commit

Permalink
try without -C arg to ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Jul 30, 2024
1 parent c64fa06 commit 52c8166
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 @@ -1089,7 +1089,7 @@ add_custom_target(build-test
)

add_custom_target(check
COMMAND ${CMAKE_CTEST_COMMAND} -C ${CMAKE_BUILD_TYPE}
COMMAND ${CMAKE_CTEST_COMMAND}
DEPENDS ${STUMPLESS_FUNCTION_TESTS}
)

Expand Down

0 comments on commit 52c8166

Please sign in to comment.