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 6e04a58 commit 7cf4521Copy full SHA for 7cf4521
CMakeLists.txt
@@ -25,10 +25,7 @@ add_library(stdx INTERFACE)
25
target_include_directories(stdx INTERFACE include)
26
target_compile_features(stdx INTERFACE cxx_std_${CMAKE_CXX_STANDARD})
27
target_compile_options(
28
- stdx
29
- INTERFACE
30
- $<$<CXX_COMPILER_ID:Clang>:-Wno-gnu-string-literal-operator-template>
31
- $<$<CXX_COMPILER_ID:Clang>:-Wno-missing-braces>)
+ stdx INTERFACE $<$<CXX_COMPILER_ID:Clang>:-Wno-missing-braces>)
32
target_link_libraries_system(stdx INTERFACE boost_mp11 fmt::fmt-header-only)
33
34
if(PROJECT_IS_TOP_LEVEL)
0 commit comments