Skip to content

Commit 618c043

Browse files
committed
minor spacing in cmake
1 parent ad6ccdf commit 618c043

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ message(
1515

1616
# module tests will only compile with gcc15 or clang20 and above
1717
if (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)
1919
elseif (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)
2121
else()
22-
set(ALL_TESTNAMES scope_success scope_exit scope_fail unique_resource)
22+
set(ALL_TESTNAMES scope_success scope_exit scope_fail unique_resource)
2323
endif()
2424

2525
message("Tests to be built: ${ALL_TESTNAMES}")

0 commit comments

Comments
 (0)