Skip to content

Commit e4890fc

Browse files
authored
Downgrade boost
1 parent 8a0bbe1 commit e4890fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payntbind/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set(CMAKE_INTERPROCEDURAL_OPTIMIZATION OFF)
2929
# which is recommended *not* to do, but leads to errors otherwise.
3030
set(CMAKE_CXX_VISIBILITY_PRESET "default")
3131

32-
find_package(Boost 1.83 REQUIRED) #+
32+
find_package(Boost 1.81 REQUIRED) #+
3333

3434
# Set configurations
3535
set(STORM_VERSION ${storm_VERSION})

0 commit comments

Comments
 (0)