Browse Source

Typo fixed.

main
offa 7 years ago
parent
commit
cac1064fd6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script/ci_install.sh

+ 1
- 1
script/ci_install.sh View File

echo "CMake installer available" echo "CMake installer available"
fi fi


sudo ./install-cmake.sh --prefix=$/local --skip-license
sudo ./${CMAKE_INSTALLER} --prefix=/usr/local --skip-license




cd ${BUILD_DIR} cd ${BUILD_DIR}

Loading…
Cancel
Save