Mercurial > hg > segmenter-vamp-plugin
view armadillo-3.900.4/configure @ 59:6be9479ad11f
removed all but one output
author | matthiasm |
---|---|
date | Thu, 13 Jun 2013 16:30:31 +0100 |
parents | 1ec0e2823891 |
children |
line wrap: on
line source
#!/bin/sh ABORT=no check_cmake() { (cmake --version) </dev/null >/dev/null 2>&1 || { echo "error: cmake (version 2.6 or later) 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 .