From 0b74f0d3946b2da942161be3a42ed489009d0731 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 10 Jun 2021 02:03:10 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f085ea7..2110bcc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,13 +17,6 @@ target_link_libraries(boost_core Boost::config ) -if(BOOST_SUPERPROJECT_VERSION) - - include(BoostInstall) - boost_install(TARGETS boost_core HEADER_DIRECTORY include/) - -endif() - if(BUILD_TESTING) add_subdirectory(test)