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 1164b93fb8
commit 7eed48919c

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)