Commit 0c0bde22 authored by Davis King's avatar Davis King

New versions of boost and cmake need to be told to look in boost's library…

New versions of boost and cmake need to be told to look in boost's library folder to find boost's libraries
when building on windows.  Bizarre.
parent 02b20931
......@@ -52,6 +52,8 @@ set(Boost_NO_BOOST_CMAKE ON)
if (NOT WIN32)
set(BOOST_LIBRARYDIR ${BOOST_LIBRARYDIR} $ENV{BOOST_LIBRARYDIR}
/usr/lib/x86_64-linux-gnu/)
else()
link_directories($ENV{BOOST_LIBRARYDIR})
endif()
if (PYTHON3)
# 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