Make CMake configurable in test script

pull/748/head
Jeffrey Walton 2018-11-18 18:49:16 -05:00
parent 3725c8411b
commit b65ff5293a
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ else
MAKE=make MAKE=make
fi fi
# Fixup for AIX
if [[ -z "$CMAKE" ]]; then
CMAKE=cmake
fi
# Feth the three required files # Feth the three required files
if ! wget --no-check-certificate https://raw.githubusercontent.com/noloader/cryptopp-cmake/master/CMakeLists.txt -O CMakeLists.txt; then if ! wget --no-check-certificate https://raw.githubusercontent.com/noloader/cryptopp-cmake/master/CMakeLists.txt -O CMakeLists.txt; then
echo "CMakeLists.txt download failed" echo "CMakeLists.txt download failed"