File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ message(
1515
1616# module tests will only compile with gcc15 or clang20 and above
1717if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 20)
18- set (ALL_TESTNAMES scope_success scope_exit scope_fail unique_resource module)
18+ set (ALL_TESTNAMES scope_success scope_exit scope_fail unique_resource module)
1919elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 15)
20- set (ALL_TESTNAMES scope_success scope_exit scope_fail unique_resource module)
20+ set (ALL_TESTNAMES scope_success scope_exit scope_fail unique_resource module)
2121else ()
22- set (ALL_TESTNAMES scope_success scope_exit scope_fail unique_resource)
22+ set (ALL_TESTNAMES scope_success scope_exit scope_fail unique_resource)
2323endif ()
2424
2525message ("Tests to be built: ${ALL_TESTNAMES} " )
You can’t perform that action at this time.
0 commit comments