We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b31ae commit 4be276bCopy full SHA for 4be276b
1 file changed
toolbox/overlay-triplets/qnx-toolchain.cmake
@@ -58,4 +58,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE BOTH)
58
add_compile_definitions(_QNX_SOURCE)
59
60
# Set fPIC flag
61
-set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
62
+
63
+# Do not treat include directories from the interfaces of consumed Imported Targets as system directories.
64
+set(CMAKE_NO_SYSTEM_FROM_IMPORTED ON)
0 commit comments