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 05296ae commit 9ea549aCopy full SHA for 9ea549a
CMakeLists.txt
@@ -10,7 +10,7 @@ add_versioned_package("gh:boostorg/mp11#boost-1.83.0")
10
add_library(safe_arithmetic INTERFACE)
11
target_compile_features(safe_arithmetic INTERFACE cxx_std_20)
12
target_include_directories(safe_arithmetic INTERFACE include)
13
-target_link_libraries(safe_arithmetic INTERFACE boost_mp11)
+target_link_libraries_system(safe_arithmetic INTERFACE boost_mp11)
14
15
if(PROJECT_IS_TOP_LEVEL)
16
add_docs(docs)
0 commit comments