Commit 98d7a8bf authored by Davis King's avatar Davis King

Changed python cmake file to work with older versions of boost.

parent 95324c12
......@@ -18,6 +18,7 @@ set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}
#SET(Boost_USE_STATIC_LIBS OFF)
#SET(Boost_USE_MULTITHREADED ON)
#SET(Boost_USE_STATIC_RUNTIME OFF)
set(Boost_NO_BOOST_CMAKE ON)
FIND_PACKAGE(Boost 1.41.0 COMPONENTS python REQUIRED)
FIND_PACKAGE(PythonLibs 2.6 REQUIRED)
......
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