Reenable boost_install(boost_assert)

This commit is contained in:
Peter Dimov
2019-12-23 19:45:16 +02:00
parent 204ce510c0
commit 14dfa526df

View File

@@ -31,7 +31,7 @@ if(HAVE_BOOST_INSTALL)
install(DIRECTORY include/ DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
#boost_install(boost_assert) # requires install support in boost_config
boost_install(boost_assert)
endif()