aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormetaquarx <[email protected]>2022-01-19 19:22:50 +0000
committermetaquarx <[email protected]>2022-01-19 19:22:50 +0000
commit92ef50a080ed5ae1e9dcce2715f5f0623636e927 (patch)
tree074fe1ef43f29aac3f2bb069b2affe516e8f13f9
parent498b9e3571c2e096d7143c3c76852c5ec28d7885 (diff)
downloadenet-92ef50a080ed5ae1e9dcce2715f5f0623636e927.tar.gz
enet-92ef50a080ed5ae1e9dcce2715f5f0623636e927.zip
future proof cmake minimum version
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6f7fc27..d2f6aa7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 2.8.12...3.20)
project(enet)