Skip to content

Commit 4878af5

Browse files
authored
Merge pull request #37704 from akyrtzi/remove-bogus-include
[CMake] Remove a bogus include
2 parents 2703370 + fb5aeb0 commit 4878af5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ endif()
144144
# built and cause link failures for mismatches. Without linking that library,
145145
# we get link failures regardless, so instead, this just disables the checks.
146146
add_compile_definitions($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1>)
147-
include_directories(BEFORE ${CMAKE_PROJECT_SOURCE_DIR}/include)
148147

149148
set(SWIFT_STDLIB_LIBRARY_BUILD_TYPES)
150149
if(SWIFT_BUILD_DYNAMIC_STDLIB)

0 commit comments

Comments
 (0)