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 62ef47f commit 03af50fCopy full SHA for 03af50f
examples/CMakeLists.txt
@@ -3,7 +3,7 @@
3
set(ALL_EXAMPLES scope_example unique_resource unique_resource-file)
4
5
# module tests will only compile with gcc15 or clang20 and above
6
-if(CMAKE_CXX_SCAN_FOR_MODULES AND CMAKE_CXX_STANDARD GREATER 20)
+if(CMAKE_CXX_SCAN_FOR_MODULES)
7
list(APPEND ALL_EXAMPLES scope-module)
8
endif()
9
0 commit comments