From 44e676264239ab96b8e7515e8a5d74d3723c604e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 23 Dec 2019 04:00:08 +0200 Subject: [PATCH] Disable boost_install(boost_assert) for now --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09dd0d5..adda329 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) + #boost_install(boost_assert) # requires install support in boost_config endif()