Skip to content

Commit

Permalink
Fixed lookup of boost_python with boost-1.68 (apache#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Nov 22, 2018
1 parent 0a7e133 commit a77b760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar-client-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if (PYTHONLIBS_VERSION_STRING MATCHES "^3.+$")
set(BOOST_PYTHON_NAME_LIST python3;python3-mt;python-py${BOOST_PYTHON_NAME_POSTFIX};python${BOOST_PYTHON_NAME_POSTFIX}-mt;python${BOOST_PYTHON_NAME_POSTFIX})
else ()
# Regular boost_python
set(BOOST_PYTHON_NAME_LIST python;python-mt;python-py27;python27-mt)
set(BOOST_PYTHON_NAME_LIST python;python-mt;python-py27;python27-mt;python27)
endif ()

foreach (BOOST_PYTHON_NAME IN LISTS BOOST_PYTHON_NAME_LIST)
Expand Down

0 comments on commit a77b760

Please sign in to comment.