Update CMake Version To 3.13

This commit is contained in:
Thomas A 2023-07-26 11:08:46 -07:00
parent 8a78f88f63
commit 9a0a90e202

View File

@ -1,6 +1,6 @@
project(network_cmds)
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.13)
# Automatically escape macros
cmake_policy(SET CMP0005 NEW)