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