From d19346524ce01a16dd1228fa71e3511986aa2718 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Mon, 26 Aug 2013 16:54:12 +0000 Subject: 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 --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e56a3c..8d38fe5 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}) -- cgit v1.1