aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install_cmake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install_cmake.sh')
-rwxr-xr-xscripts/install_cmake.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install_cmake.sh b/scripts/install_cmake.sh
index 00d013b9..e334b2c9 100755
--- a/scripts/install_cmake.sh
+++ b/scripts/install_cmake.sh
@@ -18,6 +18,8 @@ esac
BIN=$PREFIX/bin
+PATH=$PREFIX/bin:$PATH
+
if test -f $BIN/cmake && ($BIN/cmake --version | grep -q "$VERSION"); then
echo "CMake $VERSION already installed in $BIN"
else