Require min 3.10 for external deps (#6119)

This commit is contained in:
Zach H 2025-09-11 14:50:31 -04:00 committed by ebbit1q
parent 34d2d1366f
commit 402cf9b168

View file

@ -95,6 +95,9 @@ fi
mkdir -p "$BUILD_DIR"
cd "$BUILD_DIR"
# Set minimum CMake Version
export CMAKE_POLICY_VERSION_MINIMUM=3.10
# Add cmake flags
flags=("-DCMAKE_BUILD_TYPE=$BUILDTYPE")
if [[ $MAKE_SERVER ]]; then