mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Install the include/ directory separately
This commit is contained in:
@ -30,6 +30,8 @@ include(BoostInstall OPTIONAL RESULT_VARIABLE HAVE_BOOST_INSTALL)
|
||||
|
||||
if(HAVE_BOOST_INSTALL)
|
||||
|
||||
install(DIRECTORY include/ DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
|
||||
|
||||
boost_install(boost_config)
|
||||
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user