forked from OSchip/llvm-project
clang/CMakeLists.txt: s/LLVM_INSTALL_PACKAGE_DIR/CLANG_INSTALL_PACKAGE_DIR/ for the standalone configuration.
llvm-svn: 238628
This commit is contained in:
parent
e6531a5588
commit
2d0913cd8d
|
@ -525,7 +525,7 @@ if (CLANG_BUILT_STANDALONE)
|
||||||
|
|
||||||
# Install a <prefix>/share/clang/cmake/ClangConfig.cmake file so that
|
# Install a <prefix>/share/clang/cmake/ClangConfig.cmake file so that
|
||||||
# find_package(Clang) works. Install the target list with it.
|
# find_package(Clang) works. Install the target list with it.
|
||||||
install(EXPORT ClangTargets DESTINATION ${LLVM_INSTALL_PACKAGE_DIR})
|
install(EXPORT ClangTargets DESTINATION ${CLANG_INSTALL_PACKAGE_DIR})
|
||||||
|
|
||||||
install(FILES
|
install(FILES
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/ClangConfig.cmake
|
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/ClangConfig.cmake
|
||||||
|
|
Loading…
Reference in New Issue