1
0
forked from boostorg/mp11

Install the include/ directory separately

This commit is contained in:
Peter Dimov
2019-12-22 08:33:53 +02:00
parent bbb6f3aa84
commit d48d5c8708

View File

@@ -49,6 +49,8 @@ include(BoostInstall OPTIONAL RESULT_VARIABLE HAVE_BOOST_INSTALL)
if(HAVE_BOOST_INSTALL) if(HAVE_BOOST_INSTALL)
install(DIRECTORY include/ DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
boost_install(boost_mp11) boost_install(boost_mp11)
endif() endif()