From 7eed48919c5be902e06b54c8b40155ce60c05f63 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 10 Jun 2021 02:01:49 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9fbf9e..2e781e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,13 +20,6 @@ target_link_libraries(boost_move Boost::static_assert ) -if(BOOST_SUPERPROJECT_VERSION) - - include(BoostInstall) - boost_install(TARGETS boost_move HEADER_DIRECTORY include/) - -endif() - if(BUILD_TESTING) add_subdirectory(test)