Skip to content

Commit

Permalink
Try latest version of boost 1.79 recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed Jul 14, 2024
1 parent 255f4cb commit c1df727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConanInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ if(NOT CONAN_OPENSTUDIO_ALREADY_RUN)
if( APPLE AND ${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "arm64" )
# most recent version of xcode gives error on boost 1.79.0:
# " ./boost/unordered/detail/fwd.hpp:53:16: error: no member named 'piecewise_construct' in namespace 'std'; did you mean 'piecewise_construct_t'?"
set(CONAN_BOOST "boost/1.84.0#85fab16ba3b744074ca9733d2ed5fe5a")
set(CONAN_BOOST "boost/1.79.0#de05119d37ed531ceb0a77012fe01228")
else()
set(CONAN_BOOST "boost/1.79.0#f664bfe40e2245fa9baf1c742591d582")
endif()
Expand Down

0 comments on commit c1df727

Please sign in to comment.