From 58f1676cca18b7a59cc4b9c26f33b2841ca94437 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 4 Jun 2020 15:09:26 +0300 Subject: [PATCH] Remove boost_install call from CMakeLists.txt --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9e7537..498a943 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,10 +48,3 @@ if(BUILD_SHARED_LIBS) else() target_compile_definitions(boost_atomic PUBLIC BOOST_ATOMIC_STATIC_LINK) endif() - -if(BOOST_SUPERPROJECT_VERSION) - - include(BoostInstall) - boost_install(TARGETS boost_atomic HEADER_DIRECTORY include/) - -endif()