We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06766f4 commit f6d29c7Copy full SHA for f6d29c7
1 file changed
cmake/modules/FindJitify.cmake
@@ -37,9 +37,9 @@ find_package_handle_standard_args(Jitify
37
VERSION_VAR Jitify_VERSION
38
)
39
40
-# Create a header only (INTERFACE) target which can be linked against to upadte include directories. Mark as IMPORTED as there are no build steps.
+# Create a header only (INTERFACE) target which can be linked against to update include directories. Mark as IMPORTED as there are no build steps.
41
add_library(Jitify::jitify INTERFACE IMPORTED)
42
-target_include_directories(Jitify::jitify INTERFACE ${Jitify_INCLUDE_DIRS})
+target_include_directories(Jitify::jitify SYSTEM INTERFACE ${Jitify_INCLUDE_DIRS})
43
44
# Set returned values as advanced?
45
mark_as_advanced(Jitify_INCLUDE_DIRS Jitify_VERSION)
0 commit comments