Skip to content

Commit

Permalink
datasampling: use BOOST_ROOT to enable boost lookup
Browse files Browse the repository at this point in the history
See rationale described in #1266
  • Loading branch information
ktf committed Aug 24, 2018
1 parent 09e81af commit c2040e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasampling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ esac
cmake $SOURCEDIR \
-DCMAKE_MODULE_PATH="$SOURCEDIR/cmake/modules;$FAIRROOT_ROOT/share/fairbase/cmake/modules;$FAIRROOT_ROOT/share/fairbase/cmake/modules_old" \
-DCMAKE_INSTALL_PREFIX=$INSTALLROOT \
${BOOST_VERSION:+-DBOOST_ROOT=$BOOST_ROOT} \
${BOOST_ROOT:+-DBOOST_ROOT=$BOOST_ROOT} \
${COMMON_O2_VERSION:+-DCommon_ROOT=$COMMON_O2_ROOT} \
${INFOLOGGER_VERSION:+-DInfoLogger_ROOT=$INFOLOGGER_ROOT} \
${FAIRROOT_VERSION:+-DFAIRROOTPATH=$FAIRROOT_ROOT} \
Expand Down

0 comments on commit c2040e3

Please sign in to comment.