From e74d65810eb862755233de89e314a4e5edc9af08 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 27 Jan 2021 12:34:12 +0000 Subject: [PATCH] Remove unneeded cmake code. --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 73dd46b6..2fc093ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,12 +21,3 @@ target_link_libraries(boost_regex Boost::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_regex HEADER_DIRECTORY include/) - -endif()