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 bc8040d commit 8d69181Copy full SHA for 8d69181
clang/cmake/modules/CMakeLists.txt
@@ -14,7 +14,7 @@ set(LLVM_INSTALL_PACKAGE_DIR "${CMAKE_INSTALL_PACKAGEDIR}/llvm" CACHE STRING
14
"Path for CMake subdirectory for LLVM (defaults to '${CMAKE_INSTALL_PACKAGEDIR}/llvm')")
15
# CMAKE_INSTALL_PACKAGEDIR might be absolute, so don't reuse below.
16
string(REPLACE "${CMAKE_CFG_INTDIR}" "." llvm_builddir "${LLVM_LIBRARY_DIR}")
17
-set( llvm_cmake_builddir "${llvm_builddir}/cmake/llvm")
+set(llvm_cmake_builddir "${llvm_builddir}/cmake/llvm")
18
set(clang_cmake_builddir "${llvm_builddir}/cmake/clang")
19
20
get_property(CLANG_EXPORTS GLOBAL PROPERTY CLANG_EXPORTS)
0 commit comments