From bfce306637e2a58af4b7bbc881a919dafb7d195b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 10 Jun 2021 02:04:51 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8adf780..13a9530 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,13 +18,3 @@ target_link_libraries(boost_type_traits Boost::config Boost::static_assert ) - -# boost_install requires PROJECT_VERSION -# Without the superproject, we don't have any, so skip installation - -if(BOOST_SUPERPROJECT_VERSION) - - include(BoostInstall) - boost_install(TARGETS boost_type_traits HEADER_DIRECTORY include/) - -endif()