We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02a900 commit 4bd3629Copy full SHA for 4bd3629
1 file changed
shared/CMakeLists.txt
@@ -88,7 +88,7 @@ target_include_directories(${TARGET_LIB}
88
get_target_property(_sv_includes nonstd::string-view-lite INTERFACE_INCLUDE_DIRECTORIES)
89
get_target_property(_rh_includes robin_hood::robin_hood INTERFACE_INCLUDE_DIRECTORIES)
90
91
-target_include_directories(${TARGET_LIB}
+target_include_directories(${TARGET_LIB} SYSTEM
92
PUBLIC
93
$<BUILD_INTERFACE:${_sv_includes}>
94
$<BUILD_INTERFACE:${_rh_includes}>
0 commit comments