From 482e81cdddfb03e80ff0124bb5641c5cc4717848 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 10 Jun 2021 02:06:15 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3477ea8..6aa3c7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,16 +18,6 @@ target_link_libraries(boost_static_assert Boost::config ) -# 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_static_assert HEADER_DIRECTORY include/) - -endif() - # BUILD_TESTING is the standard CTest variable that enables testing if(BUILD_TESTING)