projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6531a5
)
clang/CMakeLists.txt: s/LLVM_INSTALL_PACKAGE_DIR/CLANG_INSTALL_PACKAGE_DIR/ for the...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 29 May 2015 22:58:05 +0000
(22:58 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 29 May 2015 22:58:05 +0000
(22:58 +0000)
llvm-svn: 238628
clang/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/clang/CMakeLists.txt
b/clang/CMakeLists.txt
index
e6d8fdc
..
357286b
100644
(file)
--- 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