Skip to content

Commit

Permalink
Use DBOOST_TIMER_ENABLE_DEPRECATED
Browse files Browse the repository at this point in the history
Use DBOOST_TIMER_ENABLE_DEPRECATED to correct deprecation error.

Also use Boost_ROOT.
  • Loading branch information
edmcman committed Apr 26, 2024
1 parent f8c3808 commit f2b796f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_prereqs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ mkdir ../rose-build
cd ../rose-build

sudo ldconfig
cmake -GNinja -DCMAKE_INSTALL_PREFIX=$PREFIX -DBOOST_ROOT=$PREFIX -DZ3_ROOT=$PREFIX \
env CXXFLAGS="$CXXFLAGS -DBOOST_TIMER_ENABLE_DEPRECATED" \
cmake -GNinja -DCMAKE_INSTALL_PREFIX=$PREFIX -DBoost_ROOT=$PREFIX -DZ3_ROOT=$PREFIX \
-Denable-binary-analysis=yes -Denable-c=no -Denable-opencl=no -Denable-java=no -Denable-php=no \
-Denable-fortran=no -Ddisable-tutorial-directory=yes -Denable-projects-directory=no \
-Ddisable-tests-directory=yes ../rose
Expand Down

0 comments on commit f2b796f

Please sign in to comment.