From 283d1a62c41d57fb9164ee6a7b80ba01b4668eeb Mon Sep 17 00:00:00 2001 From: Denis Mikhailov Date: Mon, 4 Jul 2022 16:25:03 +0600 Subject: [PATCH] Added functional dependency to develop --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 707b4f89..9dd1d3ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,4 +23,5 @@ target_link_libraries(boost_fusion Boost::type_traits Boost::typeof Boost::utility + Boost::functional )