Skip to content
Snippets Groups Projects
Commit 3d55fe66 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Pass all boost find options

parent b4785c7a
No related branches found
No related tags found
1 merge request!1Feature/add zmq support
......@@ -66,6 +66,9 @@ add_external_dependency(
-DENABLE_DEVELOPER_TESTS=${ENABLE_DEVELOPER_TESTS}
-DWITH_SHARED_MEMORY=${WITH_SHARED_MEMORY}
-DBOOST_ROOT=${BOOST_ROOT}
-DBOOSTROOT=${BOOSTROOT}
-DBOOST_INCLUDEDIR=${BOOST_INCLUDEDIR}
-DBOOST_LIBRARYDIR=${BOOST_LIBRARYDIR}
DEPENDS Conduit
TEST_AFTER_INSTALL ${ENABLE_TESTS}
)
......@@ -83,6 +86,9 @@ add_external_dependency(
-DENABLE_TESTS=${ENABLE_TESTS}
-DENABLE_DEVELOPER_TESTS=${ENABLE_DEVELOPER_TESTS}
-DBOOST_ROOT=${BOOST_ROOT}
-DBOOSTROOT=${BOOSTROOT}
-DBOOST_INCLUDEDIR=${BOOST_INCLUDEDIR}
-DBOOST_LIBRARYDIR=${BOOST_LIBRARYDIR}
DEPENDS Conduit
TEST_AFTER_INSTALL ${ENABLE_TESTS}
)
......@@ -99,6 +105,10 @@ if (with-nest)
-DConduit_DIR=${Conduit_DIR}
-Dcontra_DIR=${contra_DIR}
-Dnesci_DIR=${nesci_DIR}
-DBOOST_ROOT=${BOOST_ROOT}
-DBOOSTROOT=${BOOSTROOT}
-DBOOST_INCLUDEDIR=${BOOST_INCLUDEDIR}
-DBOOST_LIBRARYDIR=${BOOST_LIBRARYDIR}
DEPENDS contra nesci
)
endif (with-nest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment