From 20ee3b60fd10512d3b3ab7d858a92c4ca3f549b7 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 28 Oct 2022 21:18:10 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef87163..606e894 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ target_link_libraries(boost_container_hash INTERFACE Boost::config Boost::describe + Boost::mp11 Boost::type_traits )