From 5a616b9b5457579501d3f3229ed2c890363908f8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 28 Oct 2022 07:07:48 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 052a12b..ef87163 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,7 @@ target_include_directories(boost_container_hash INTERFACE include) target_link_libraries(boost_container_hash INTERFACE Boost::config + Boost::describe Boost::type_traits )