Skip to content

Commit

Permalink
add missing boost/variant2.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
avilleret committed May 2, 2024
1 parent 5865add commit c53607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ossia_install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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_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)")
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 boost/variant2.hpp ${CMAKE_INSTALL_PREFIX}/include)")
else()
if(OSSIA_MUST_INSTALL_BOOST)
install(DIRECTORY "${OSSIA_3RDPARTY_FOLDER}/${BOOST_VERSION}/boost"
Expand Down

0 comments on commit c53607b

Please sign in to comment.