We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940f151 commit ab4dd5eCopy full SHA for ab4dd5e
interpreter/cling/cmake/modules/CMakeLists.txt
@@ -2,7 +2,7 @@
2
# link against them. LLVM calls its version of this file LLVMExports.cmake, but
3
# the usual CMake convention seems to be ${Project}Targets.cmake.
4
set(CLING_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/cling)
5
-set(cling_cmake_builddir "${LLVM_BINARY_DIR}/${CLING_INSTALL_PACKAGE_DIR}")
+set(cling_cmake_builddir "${CLING_BINARY_DIR}/${CLING_INSTALL_PACKAGE_DIR}")
6
7
# Keep this in sync with llvm/cmake/CMakeLists.txt!
8
set(LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm)
0 commit comments