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