]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/assert/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / assert / CMakeLists.txt
index 0066aeb2f59b8323356993b10847d90fe9b9aebf..f4ccdd9721d71a61932a2639bbea314d5451a701 100644 (file)
@@ -17,16 +17,6 @@ target_link_libraries(boost_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_assert HEADER_DIRECTORY include/)
-
-endif()
-
 # BUILD_TESTING is the standard CTest variable that enables testing
 
 if(BUILD_TESTING)