Skip to content

Commit

Permalink
build: loosen boost version req to 1.82 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-liang3 authored Jan 31, 2025
1 parent 16552ee commit 13cf300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ ENDFOREACH ()

## Dependencies

### Boost [1.87.0]
### Boost [1.82.0]

IF (BUILD_WITH_BOOST_STATIC)
SET (Boost_USE_STATIC_LIBS ON)
Expand All @@ -251,7 +251,7 @@ ENDIF ()

SET (Boost_USE_MULTITHREADED ON)

FIND_PACKAGE ("Boost" "1.87")
FIND_PACKAGE ("Boost" "1.82")

IF (BUILD_WITH_BOOST_STACKTRACE)
## Stacktrace definitions
Expand Down

0 comments on commit 13cf300

Please sign in to comment.