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 0cf6f5f + ac5687b commit ff662fdCopy full SHA for ff662fd
cmake/modules/SwiftSharedCMakeConfig.cmake
@@ -213,10 +213,7 @@ endmacro()
213
# The product name, e.g. Swift or SourceKit. Used as prefix for some
214
# cmake variables.
215
macro(swift_common_unified_build_config product)
216
- set(PATH_TO_LLVM_SOURCE "${CMAKE_SOURCE_DIR}")
217
- set(PATH_TO_LLVM_BUILD "${CMAKE_BINARY_DIR}")
218
set(${product}_PATH_TO_CLANG_BUILD "${CMAKE_BINARY_DIR}")
219
- set(PATH_TO_CLANG_BUILD "${CMAKE_BINARY_DIR}")
220
set(CLANG_MAIN_INCLUDE_DIR "${LLVM_EXTERNAL_CLANG_SOURCE_DIR}/include")
221
set(CLANG_BUILD_INCLUDE_DIR "${CMAKE_BINARY_DIR}/tools/clang/include")
222
set(${product}_NATIVE_LLVM_TOOLS_PATH "${CMAKE_BINARY_DIR}/bin")
0 commit comments