File tree 2 files changed +2
-2
lines changed
llvm/src/tools/clang/cmake/modules
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
# link against them. LLVM calls its version of this file LLVMExports.cmake, but
3
3
# the usual CMake convention seems to be ${Project}Targets.cmake.
4
4
set (CLING_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX} /cmake/cling)
5
- set (cling_cmake_builddir "${CMAKE_BINARY_DIR } /${CLING_INSTALL_PACKAGE_DIR} " )
5
+ set (cling_cmake_builddir "${LLVM_BINARY_DIR } /${CLING_INSTALL_PACKAGE_DIR} " )
6
6
7
7
# Keep this in sync with llvm/cmake/CMakeLists.txt!
8
8
set (LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX} /cmake/llvm)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ include(LLVMDistributionSupport)
4
4
# link against them. LLVM calls its version of this file LLVMExports.cmake, but
5
5
# the usual CMake convention seems to be ${Project}Targets.cmake.
6
6
set (CLANG_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX} /cmake/clang)
7
- set (clang_cmake_builddir "${CMAKE_BINARY_DIR } /${CLANG_INSTALL_PACKAGE_DIR} " )
7
+ set (clang_cmake_builddir "${CLANG_BINARY_DIR } /${CLANG_INSTALL_PACKAGE_DIR} " )
8
8
9
9
# Keep this in sync with llvm/cmake/CMakeLists.txt!
10
10
set (LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX} /cmake/llvm)
You can’t perform that action at this time.
0 commit comments