Missing CMake change added to fix the compilation

This commit is contained in:
Mateusz Pusz
2019-09-26 23:08:33 +02:00
parent fb12fd7672
commit 00ed8ad83a

View File

@@ -63,8 +63,9 @@ target_include_directories(units
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
target_compile_options(units
INTERFACE
-Wno-literal-suffix
-fconcepts
-Wno-literal-suffix
-Wno-non-template-friend
)
endif()
add_library(mp::units ALIAS units)