From 1ae830ea67825cab450e54f3c2124316977d471a Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Wed, 14 Jun 2017 22:01:21 +0100 Subject: [PATCH] Pass-on BOOST_ROOT --- SuperBuild/External_SIRF.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/SuperBuild/External_SIRF.cmake b/SuperBuild/External_SIRF.cmake index e3fc92f..cc1bf1f 100644 --- a/SuperBuild/External_SIRF.cmake +++ b/SuperBuild/External_SIRF.cmake @@ -71,6 +71,7 @@ if(NOT ( DEFINED "USE_SYSTEM_${externalProjName}" AND "${USE_SYSTEM_${externalPr -DCMAKE_INSTALL_PREFIX=${SIRF_Install_Dir} -DBOOST_INCLUDEDIR=${BOOST_ROOT}/include/ -DBOOST_LIBRARYDIR=${BOOST_LIBRARY_DIR} + -DBOOST_ROOT=${BOOST_ROOT} -DMATLAB_ROOT=${MATLAB_ROOT} -DSTIR_DIR=${STIR_DIR} -DHDF5_ROOT=${HDF5_ROOT}