Skip to content

Commit 03af50f

Browse files
CMakeLists.txt aktualisieren
Co-authored-by: Jeff Garland <[email protected]>
1 parent 62ef47f commit 03af50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set(ALL_EXAMPLES scope_example unique_resource unique_resource-file)
44

55
# module tests will only compile with gcc15 or clang20 and above
6-
if(CMAKE_CXX_SCAN_FOR_MODULES AND CMAKE_CXX_STANDARD GREATER 20)
6+
if(CMAKE_CXX_SCAN_FOR_MODULES)
77
list(APPEND ALL_EXAMPLES scope-module)
88
endif()
99

0 commit comments

Comments
 (0)