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 b68090d commit 47ca68dCopy full SHA for 47ca68d
src/core/CMakeLists.txt
@@ -130,8 +130,7 @@ if(MP_UNITS_BUILD_CXX_MODULES)
130
131
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 18)
132
target_compile_options(
133
- mp-units-core PUBLIC -Wno-include-angled-in-module-purview
134
- -Wno-error=unused-command-line-argument
+ mp-units-core PUBLIC -Wno-include-angled-in-module-purview -Wno-error=unused-command-line-argument
135
)
136
endif()
137
0 commit comments