Skip to content

Commit

Permalink
add config generator expression
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Jul 30, 2024
1 parent 52c8166 commit bfb6369
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}
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIG>
DEPENDS ${STUMPLESS_FUNCTION_TESTS}
)

Expand Down

0 comments on commit bfb6369

Please sign in to comment.