diff --git a/cmake.sh b/cmake.sh index 6148204..a82fed4 100755 --- a/cmake.sh +++ b/cmake.sh @@ -89,7 +89,7 @@ while true; do esac done -CMAKE_ARGS=() +CMAKE_ARGS="" [ ${#@} -gt 0 ] && CMAKE_ARGS=("${@}") [ ! -f "${SOURCE_DIR}/CMakeLists.txt" ] && { echo "Source directory does not contain CMakeLists.txt"; exit 4; }