Commit 8a9f700f authored by Davis King's avatar Davis King

Merge

parents f994747f 0c0bde22
...@@ -52,6 +52,8 @@ set(Boost_NO_BOOST_CMAKE ON) ...@@ -52,6 +52,8 @@ set(Boost_NO_BOOST_CMAKE ON)
if (NOT WIN32) if (NOT WIN32)
set(BOOST_LIBRARYDIR ${BOOST_LIBRARYDIR} $ENV{BOOST_LIBRARYDIR} set(BOOST_LIBRARYDIR ${BOOST_LIBRARYDIR} $ENV{BOOST_LIBRARYDIR}
/usr/lib/x86_64-linux-gnu/) /usr/lib/x86_64-linux-gnu/)
else()
link_directories($ENV{BOOST_LIBRARYDIR})
endif() endif()
if (PYTHON3) if (PYTHON3)
# On some systems the boost python3 module is called python-py34 so check # On some systems the boost python3 module is called python-py34 so check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment