Skip to content

Commit

Permalink
use newer boost version, not the distributed 1.76 one
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Jun 6, 2024
1 parent 190b019 commit bc46a69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ dependencies:
# other build dependencies
- ninja # not strictly needed, tigl can be build using any other camke generator
- freeimageplus # used by opencascade
- brotlipy # Workaround for issue on windows, see: https://github.com/conda/conda/issues/9903#issuecomment-647091019
- libboost=1.82.0
- brotlipy # Workaround for issue on windows, see: https://github.com/conda/conda/issues/9903#issuecomment-647091019
2 changes: 1 addition & 1 deletion thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(thirdparty-libs)

# -------------- BOOST ----------------- #
option(TIGL_USE_INTERNAL_BOOST "Use boost library that comes with tigl" ON)
option(TIGL_USE_INTERNAL_BOOST "Use boost library that comes with tigl" OFF)
if (TIGL_USE_INTERNAL_BOOST)

# boost
Expand Down

0 comments on commit bc46a69

Please sign in to comment.