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.
2 parents 41e6089 + 36b186c commit ff1dce6Copy full SHA for ff1dce6
stdlib/CMakeLists.txt
@@ -11,8 +11,8 @@ project(swift-stdlib LANGUAGES C CXX)
11
# being built on Windows. Since we know that we only support `clang-cl` as the
12
# compiler for the runtime due to the use of the Swift calling convention, we
13
# simply override the CMake behaviour unconditionally.
14
-set(CMAKE_INCLUDE_SYSTEM_FLAG_C "-I")
15
-set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-I")
+set(CMAKE_INCLUDE_SYSTEM_FLAG_C "-Isystem")
+set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-Isystem")
16
17
# Add path for custom CMake modules.
18
list(APPEND CMAKE_MODULE_PATH
0 commit comments