Skip to content

Commit

Permalink
Updated required cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterJansen committed Oct 3, 2024
1 parent 6d179b2 commit fbf925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd "$SCRIPT_DIR" >/dev/null

downloadHighPolySuv=true
MIN_CMAKE_VERSION=3.10.0
MIN_CMAKE_VERSION=3.12.0
function version_less_than_equal_to() { test "$(printf '%s\n' "$@" | sort -V | head -n 1)" = "$1"; }

# brew gives error if package is already installed
Expand Down

0 comments on commit fbf925e

Please sign in to comment.