Make CMake configurable in test script
parent
3725c8411b
commit
b65ff5293a
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue