From 5865adde51328878a5ea875f22da1d5a68dd81cc Mon Sep 17 00:00:00 2001 From: Antoine Villeret Date: Thu, 2 May 2024 20:03:33 +0200 Subject: [PATCH] add missing boost/container/flat_map.hpp --- src/ossia_install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ossia_install.cmake b/src/ossia_install.cmake index f94cf6054f9..187d1a06283 100644 --- a/src/ossia_install.cmake +++ b/src/ossia_install.cmake @@ -288,7 +288,7 @@ install(DIRECTORY "${OSSIA_3RDPARTY_FOLDER}/weakjack" find_program(BOOST_BCP "bcp") if(BOOST_BCP) # install a subset of boost thanks to bcp - install(CODE "execute_process(COMMAND bcp --boost=${Boost_INCLUDE_DIR} boost/any.hpp boost/container/flat_set.hpp boost/container/small_vector.hpp boost/container/static_vector.hpp boost/lexical_cast.hpp boost/algorithm/string/replace.hpp boost/endian/conversion.hpp boost/predef.h ${CMAKE_INSTALL_PREFIX}/include)") + install(CODE "execute_process(COMMAND bcp --boost=${Boost_INCLUDE_DIR} boost/any.hpp boost/container/flat_map.hpp boost/container/flat_set.hpp boost/container/small_vector.hpp boost/container/static_vector.hpp boost/lexical_cast.hpp boost/algorithm/string/replace.hpp boost/endian/conversion.hpp boost/predef.h ${CMAKE_INSTALL_PREFIX}/include)") else() if(OSSIA_MUST_INSTALL_BOOST) install(DIRECTORY "${OSSIA_3RDPARTY_FOLDER}/${BOOST_VERSION}/boost"