From 5d78322e1658b921dc2a9c5ece0bcf83e91f9f3a Mon Sep 17 00:00:00 2001 From: Denis Mikhailov Date: Mon, 4 Jul 2022 16:26:07 +0600 Subject: [PATCH] Added functional dependency to master --- 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 )