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)