Skip to content
Snippets Groups Projects
Commit 38463687 authored by Abhinav Singh's avatar Abhinav Singh
Browse files

Properly updating boost!

parent e8e15c4e
No related branches found
No related tags found
No related merge requests found
......@@ -76,10 +76,10 @@ function remove_old()
## Check the installed version of the dependencies
if [ -d $1/BOOST ]; then
is_update=$(cat $1/BOOST/include/boost/version.hpp | grep "#define BOOST_VERSION 107500")
is_update=$(cat $1/BOOST/include/boost/version.hpp | grep "#define BOOST_VERSION 108200")
if [ x"$is_update" == x"" ]; then
echo -e "\033[1;34;5m --------------------------------------------------------------------------- \033[0m"
echo -e "\033[1;34;5m Boost has been updated to 1.75, the component will be updated automatically \033[0m"
echo -e "\033[1;34;5m Boost has been updated to 1.82, the component will be updated automatically \033[0m"
echo -e "\033[1;34;5m --------------------------------------------------------------------------- \033[0m"
sleep 5
rm -rf $1/BOOST/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment