mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
Merge branch 'master' of github.com:mpusz/units
This commit is contained in:
@@ -126,12 +126,12 @@ if(${projectPrefix}BUILD_CXX_MODULES)
|
||||
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 18)
|
||||
target_compile_options(mp-units-core PUBLIC "-Wno-include-angled-in-module-purview")
|
||||
endif()
|
||||
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")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_MODULE_STD)
|
||||
|
Reference in New Issue
Block a user