mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Require min 3.10 for external deps (#6119)
This commit is contained in:
parent
216cd491cc
commit
22c8268f02
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue