Skip to content
Snippets Groups Projects
Commit e7029349 authored by Thomas Purcell's avatar Thomas Purcell
Browse files

updated cmake file

parent f3bfec00
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,9 @@ find_package(Boost REQUIRED COMPONENTS filesystem system mpi serialization)
set(Boost_LIBS ${Boost_LIBRARIES})
if(${Boost_VERSION} VERSION_LESS 106700)
find_package(Boost ${NEEDED_Boost_VERSION} REQUIRED COMPONENTS python)
find_package(Boost ${NEEDED_Boost_VERSION} REQUIRED COMPONENTS python numpy)
else()
find_package(Boost ${NEEDED_Boost_VERSION} REQUIRED COMPONENTS python${BOOST_PYTHON_VERSION})
find_package(Boost ${NEEDED_Boost_VERSION} REQUIRED COMPONENTS python${BOOST_PYTHON_VERSION} numpy${BOOST_PYTHON_VERSION})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment