From 6b2a3b96acca2b400d0e4d6aef3ec389175a1b1d Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Fri, 15 Jul 2022 09:56:21 +0800 Subject: [PATCH] Revert "Added functional dependency to master" --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dd1d3ee..707b4f89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,5 +23,4 @@ target_link_libraries(boost_fusion Boost::type_traits Boost::typeof Boost::utility - Boost::functional )