Skip to content

Commit 685dd95

Browse files
Update tests/CMakeLists.txt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dbaaac6 commit 685dd95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ message("Tests to be built: ${ALL_TESTS}")
1616
include(CTest)
1717
include(Catch)
1818

19-
2019
foreach(testname ${ALL_TESTNAMES})
2120
add_executable(test.${testname})
2221
target_sources(test.${testname} PRIVATE ${testname}.test.cpp)

0 commit comments

Comments
 (0)