File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ message(
60
60
"cmake is: ${CMAKE_VERSION} modules scan : ${CMAKE_CXX_SCAN_FOR_MODULES} "
61
61
)
62
62
63
+ # gersemi: off
64
+
63
65
if (CMAKE_CXX_SCAN_FOR_MODULES)
64
66
add_library (beman.scope)
65
67
target_sources (
@@ -126,7 +128,8 @@ if(BEMAN_SCOPE_INSTALL_CONFIG_FILE_PACKAGE)
126
128
EXPORT beman.scope-targets
127
129
DESTINATION ${CMAKE_INSTALL_LIBDIR} /cmake/beman.scope
128
130
NAMESPACE beman::
129
- CXX_MODULES_DIRECTORY cxx-modules
131
+ CXX_MODULES_DIRECTORY
132
+ cxx-modules
130
133
COMPONENT beman.scope
131
134
)
132
135
endif ()
Original file line number Diff line number Diff line change 16
16
17
17
include_guard (GLOBAL )
18
18
19
- set (CMAKE_C_COMPILER clang )
20
- set (CMAKE_CXX_COMPILER clang ++)
19
+ set (CMAKE_C_COMPILER gcc )
20
+ set (CMAKE_CXX_COMPILER g ++)
21
21
22
22
if (BEMAN_BUILDSYS_SANITIZER STREQUAL "MaxSan" )
23
23
set (SANITIZER_FLAGS
You can’t perform that action at this time.
0 commit comments