Skip to content

Commit 1e44719

Browse files
jwakelykdudka
authored andcommitted
cmake: patched for Boost 1.69
1 parent 84da901 commit 1e44719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ if (BUILD_PYCSDIFF)
7474
set(BOOST_PYTHON_LIB_NAME "boost_python"
7575
CACHE STRING "Name of the boost_python library")
7676
find_library(BOOST_PYTHON NAMES ${BOOST_PYTHON_LIB_NAME}
77+
boost_python37
7778
boost_python-3.2
7879
boost_python-3.3
7980
boost_python-3.4)

0 commit comments

Comments
 (0)