Skip to content

Commit b2240d0

Browse files
authored
Merge pull request #3158 from gottesmm/cmake_fix_bug_and_remove_dead_store
2 parents 112f3e7 + ef87fe7 commit b2240d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/modules/SwiftSharedCMakeConfig.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,7 @@ macro(swift_common_standalone_build_config product is_cross_compiling)
226226
"${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}" CACHE STRING
227227
"Version number that will be placed into the libclang library , in the form XX.YY")
228228

229-
set(LLVM_MAIN_INCLUDE_DIR "${LLVM_MAIN_SRC_DIR}/include")
230229
set(CLANG_MAIN_INCLUDE_DIR "${CLANG_MAIN_SRC_DIR}/include")
231-
set(LLVM_BINARY_DIR ${CMAKE_BINARY_DIR})
232230
set(CMARK_MAIN_INCLUDE_DIR "${CMARK_MAIN_SRC_DIR}/src")
233231
set(CMARK_BUILD_INCLUDE_DIR "${PATH_TO_CMARK_BUILD}/src")
234232

0 commit comments

Comments
 (0)