diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d24bb7..9bef63a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,13 +11,6 @@ add_library(Boost::preprocessor ALIAS boost_preprocessor) target_include_directories(boost_preprocessor INTERFACE include) -if(BOOST_SUPERPROJECT_VERSION) - - include(BoostInstall) - boost_install(TARGETS boost_preprocessor HEADER_DIRECTORY include/) - -endif() - if(BUILD_TESTING) add_subdirectory(test)