We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06afef5 commit 1e32976Copy full SHA for 1e32976
cmake/macros/SundialsAddTest.cmake
@@ -272,7 +272,7 @@ macro(SUNDIALS_ADD_TEST NAME EXECUTABLE)
272
# set any labels (must quote SUNDIALS_ADD_TEST_LABELS)
273
if(SUNDIALS_ADD_TEST_LABELS)
274
set_tests_properties(${NAME} PROPERTIES LABELS
275
- "${SUNDIALS_ADD_TEST_LABELS}")
+ "${SUNDIALS_ADD_TEST_LABELS}")
276
endif()
277
278
0 commit comments