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 8ea46d1 commit 365432dCopy full SHA for 365432d
1 file changed
CMakeLists.txt
@@ -114,12 +114,12 @@ if(ITLABAI_ENABLE_OPENCV_APPS)
114
endif()
115
include(cmake/kokkos_config.cmake)
116
117
-include_directories("${KOKKOS_INSTALL_DIR}/include")
+include_directories(SYSTEM "${KOKKOS_INSTALL_DIR}/include")
118
119
add_library(Kokkos_imported INTERFACE)
120
add_dependencies(Kokkos_imported kokkos_external)
121
122
-target_include_directories(Kokkos_imported INTERFACE
+target_include_directories(Kokkos_imported SYSTEM INTERFACE
123
"${KOKKOS_INSTALL_DIR}/include"
124
)
125
target_link_directories(Kokkos_imported INTERFACE
0 commit comments