Skip to content

Commit fb5aeb0

Browse files
committed
[CMake] Remove a bogus include
`CMAKE_PROJECT_SOURCE_DIR` is not set to anything so this line adds an absolute `/include` include directory.
1 parent 2703370 commit fb5aeb0

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)