Skip to content

Commit ed59002

Browse files
committed
FIX: got rid of ctest flag incompatible ctest
1 parent 3111a98 commit ed59002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/tests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if (RUN_TESTS)
5555
add_custom_command(
5656
TARGET ${CPP_UNIT_TESTS} POST_BUILD #TODO: <== this should be set to the latest test suite
5757
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
58-
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> --output-on-failures --verbose
58+
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> --verbose
5959
COMMENT "Running all tests"
6060
)
6161
endif()

0 commit comments

Comments
 (0)