Mercurial > hg > segmenter-vamp-plugin
view armadillo-2.4.4/configure @ 18:8d046a9d36aa slimline
Back out rev 13:ac07c60aa798. Like an idiot, I committed a whole pile of unrelated changes in the guise of a single typo fix. Will re-commit in stages
author | Chris Cannam |
---|---|
date | Thu, 10 May 2012 10:45:44 +0100 |
parents | 8b6102e2a9b0 |
children |
line wrap: on
line source
#!/bin/sh ABORT=no check_cmake() { (cmake --version) </dev/null >/dev/null 2>&1 || { echo "error: cmake 2.6 must be present to configure and install Armadillo" echo "" echo "cmake might be available as a package for your system," echo "or can be downloaded from http://cmake.org" ABORT=yes } } check_cmake test "$ABORT" = yes && exit -1 rm -f CMakeCache.txt cmake .