summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-08-26 16:54:12 +0000
committerHans Wennborg <hans@hanshq.net>2013-08-26 16:54:12 +0000
commitd19346524ce01a16dd1228fa71e3511986aa2718 (patch)
treeaa9203f22e8591467ae0c5738062a5c7d1a25d11 /CMakeLists.txt
parentedd08f74289c6ba3b3f8e730e4ab825ef9bd6492 (diff)
downloadllvm-d19346524ce01a16dd1228fa71e3511986aa2718.tar.gz
llvm-d19346524ce01a16dd1228fa71e3511986aa2718.tar.bz2
llvm-d19346524ce01a16dd1228fa71e3511986aa2718.tar.xz
CMake: move lto.h install to tools/lto/CMakeLists.txt
It looked misplaced in the main CMakeLists.txt file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189230 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e56a3c036..8d38fe5d8a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -500,11 +500,6 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
)
endif()
-if( NOT WIN32 )
- install(FILES include/llvm-c/lto.h DESTINATION include/llvm-c)
-endif()
-
-
set(CPACK_PACKAGE_VENDOR "LLVM")
set(CPACK_PACKAGE_VERSION_MAJOR ${LLVM_VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${LLVM_VERSION_MINOR})