Disable boost_install(boost_assert) for now

This commit is contained in:
Peter Dimov
2019-12-23 04:00:08 +02:00
parent ca4e25f64e
commit 44e6762642

View File

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