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 0701f15 commit f64d9f5Copy full SHA for f64d9f5
clang/cmake/modules/CMakeLists.txt
@@ -9,7 +9,7 @@ include(FindPrefixFromConfig)
9
set(CLANG_INSTALL_PACKAGE_DIR "${CMAKE_INSTALL_PACKAGEDIR}/clang" CACHE STRING
10
"Path for CMake subdirectory for Clang (defaults to '${CMAKE_INSTALL_PACKAGEDIR}/clang')")
11
# CMAKE_INSTALL_PACKAGEDIR might be absolute, so don't reuse below.
12
-set(clang_cmake_builddir "${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/cmake/clang")
+set(clang_cmake_builddir "${CLANG_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/cmake/clang")
13
14
# Keep this in sync with llvm/cmake/CMakeLists.txt!
15
set(LLVM_INSTALL_PACKAGE_DIR "${CMAKE_INSTALL_PACKAGEDIR}/llvm" CACHE STRING
0 commit comments