From 86521d9e8bc0682c0531e5f4430c4d2c49a85c21 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 19 Aug 2021 20:31:50 +0200 Subject: [PATCH] use boost 1.74 --- bash_profile.d/boost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile.d/boost.sh b/bash_profile.d/boost.sh index f84ed63..2be4cce 100644 --- a/bash_profile.d/boost.sh +++ b/bash_profile.d/boost.sh @@ -1,5 +1,5 @@ #!/bin/bash -export BOOST_ROOT=$HOME/src/boost_1_77_0 +export BOOST_ROOT=$HOME/src/boost_1_74_0 export PATH=$PATH:$BOOST_ROOT export BOOST_BUILD_PATH=$BOOST_ROOT/tools/build/