We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8454949 commit 7102a4fCopy full SHA for 7102a4f
src/core/CMakeLists.txt
@@ -126,11 +126,11 @@ if(${projectPrefix}BUILD_CXX_MODULES)
126
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 18)
127
target_compile_options(mp-units-core PUBLIC "-Wno-include-angled-in-module-purview")
128
endif()
129
+ endif()
130
- if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
131
- # '#include <filename>' in the purview of module 'module-name-1' appears erroneous
132
- target_compile_options(mp-units-core PUBLIC "/wd5244")
133
- endif()
+ if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
+ # '#include <filename>' in the purview of module 'module-name-1' appears erroneous
+ target_compile_options(mp-units-core PUBLIC "/wd5244")
134
135
136
0 commit comments