From 2d7dd844219965b81e81848e60d7f7bf23035ee4 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:15:14 +0100 Subject: Removed install-time rules from third-party libraries Removing and starting anew is one way. The other way would be to move the third-party libraries out of the tree and just install them properly, but I'm unsure how well it will go for Windows hosts, so I'm choosing the self-contained route. --- ogg/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'ogg/CMakeLists.txt') diff --git a/ogg/CMakeLists.txt b/ogg/CMakeLists.txt index 6c25659..24f204f 100644 --- a/ogg/CMakeLists.txt +++ b/ogg/CMakeLists.txt @@ -105,14 +105,3 @@ if(BUILD_FRAMEWORK) endif() configure_pkg_config_file(ogg.pc.in) - -install(TARGETS ogg - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} - FRAMEWORK DESTINATION ${CMAKE_INSTALL_PREFIX} - PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ogg -) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ogg.pc - DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig -) -- cgit v1.1