From 0fa612778c39a40190d052e27b1eb9ba9b6824fa Mon Sep 17 00:00:00 2001 From: Antoine Villeret Date: Thu, 2 May 2024 19:14:52 +0200 Subject: [PATCH] add missing boost/container/flat_set.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 d9272dff94a5..f94cf6054f97 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/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_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"