From 283d36c0b580f4a886239e89a19910f06d0dbff4 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)