mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
Missing CMake change added to fix the compilation
This commit is contained in:
@@ -63,8 +63,9 @@ target_include_directories(units
|
|||||||
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
|
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
|
||||||
target_compile_options(units
|
target_compile_options(units
|
||||||
INTERFACE
|
INTERFACE
|
||||||
-Wno-literal-suffix
|
|
||||||
-fconcepts
|
-fconcepts
|
||||||
|
-Wno-literal-suffix
|
||||||
|
-Wno-non-template-friend
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
add_library(mp::units ALIAS units)
|
add_library(mp::units ALIAS units)
|
||||||
|
Reference in New Issue
Block a user