Increase minimum required cmake version to avoid warning

This commit is contained in:
Fletcher Dunn
2026-04-10 08:36:47 -07:00
parent 0d721a5327
commit 1d55d209f3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.10)
# If vcpkg present as submodule, bring in the toolchain
if( EXISTS ${CMAKE_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake )
+1 -1
View File
@@ -2,7 +2,7 @@
# Example porject that uses GameNetworkingSockets, obtaining
# dependencies, etc entirely through vcpkg.
#
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.10)
project( example_chat_vcpkg )
# Ask vcpkg to fetch gamenetworkingsockets and all