mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
Increase minimum required cmake version to avoid warning
This commit is contained in:
+1
-1
@@ -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 )
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user