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 112f3e7 + ef87fe7 commit b2240d0Copy full SHA for b2240d0
cmake/modules/SwiftSharedCMakeConfig.cmake
@@ -226,9 +226,7 @@ macro(swift_common_standalone_build_config product is_cross_compiling)
226
"${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}" CACHE STRING
227
"Version number that will be placed into the libclang library , in the form XX.YY")
228
229
- set(LLVM_MAIN_INCLUDE_DIR "${LLVM_MAIN_SRC_DIR}/include")
230
set(CLANG_MAIN_INCLUDE_DIR "${CLANG_MAIN_SRC_DIR}/include")
231
- set(LLVM_BINARY_DIR ${CMAKE_BINARY_DIR})
232
set(CMARK_MAIN_INCLUDE_DIR "${CMARK_MAIN_SRC_DIR}/src")
233
set(CMARK_BUILD_INCLUDE_DIR "${PATH_TO_CMARK_BUILD}/src")
234
0 commit comments