diff --git a/CMakeLists.txt b/CMakeLists.txt index adda329..09dd0d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()