1
0
forked from boostorg/move

Update CMakeLists.txt

This commit is contained in:
Peter Dimov
2021-06-10 02:01:49 +03:00
parent 1d0320ae33
commit 283d36c0b5

View File

@ -20,13 +20,6 @@ target_link_libraries(boost_move
Boost::static_assert
)
if(BOOST_SUPERPROJECT_VERSION)
include(BoostInstall)
boost_install(TARGETS boost_move HEADER_DIRECTORY include/)
endif()
if(BUILD_TESTING)
add_subdirectory(test)