CMake: move lto.h install to tools/lto/CMakeLists.txt
[oota-llvm.git] / CMakeLists.txt
index 3e56a3c036497515c1d9d312ac77de76c86f6f38..8d38fe5d8a277fa7c5b372336cc87e27d5d48a97 100644 (file)
@@ -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})