clang/CMakeLists.txt: s/LLVM_INSTALL_PACKAGE_DIR/CLANG_INSTALL_PACKAGE_DIR/ for the standalone configuration.

llvm-svn: 238628
This commit is contained in:
NAKAMURA Takumi 2015-05-29 22:58:05 +00:00
parent e6531a5588
commit 2d0913cd8d
1 changed files with 1 additions and 1 deletions

View File

@ -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