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 07c6e58 commit e7eadc3Copy full SHA for e7eadc3
CMakeLists.txt
@@ -193,7 +193,7 @@ target_compile_features(${PROJECT_NAME} ${_INTERFACE_OR_PUBLIC}
193
cxx_std_11
194
)
195
196
-target_include_directories(${PROJECT_NAME} ${_INTERFACE_OR_PUBLIC}
+target_include_directories(${PROJECT_NAME} SYSTEM ${_INTERFACE_OR_PUBLIC}
197
$<BUILD_INTERFACE:${_httplib_build_includedir}>
198
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
199
0 commit comments