Update CMakeLists.txt

This commit is contained in:
Peter Dimov
2021-06-10 02:03:10 +03:00
parent e53393357f
commit 0b74f0d394

View File

@ -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)