summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-05-29 22:58:05 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-05-29 22:58:05 +0000
commit2d0913cd8d0d697bd7095e5796f14f7882a266fd (patch)
tree45ee214dfb745dcbdf3849b1edd55c0393d5ee07 /clang
parente6531a5588e71568d3fc8d4130557896adee8068 (diff)
downloadbcm5719-llvm-2d0913cd8d0d697bd7095e5796f14f7882a266fd.tar.gz
bcm5719-llvm-2d0913cd8d0d697bd7095e5796f14f7882a266fd.zip
clang/CMakeLists.txt: s/LLVM_INSTALL_PACKAGE_DIR/CLANG_INSTALL_PACKAGE_DIR/ for the standalone configuration.
llvm-svn: 238628
Diffstat (limited to 'clang')
-rw-r--r--clang/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/CMakeLists.txt b/clang/CMakeLists.txt
index e6d8fdc382b..357286b0e6a 100644
--- a/clang/CMakeLists.txt
+++ b/clang/CMakeLists.txt
@@ -525,7 +525,7 @@ if (CLANG_BUILT_STANDALONE)
# Install a <prefix>/share/clang/cmake/ClangConfig.cmake file so that
# 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
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/ClangConfig.cmake
OpenPOWER on IntegriCloud