diff options
author | Lee Salzman <[email protected]> | 2022-01-19 14:41:45 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-19 14:41:45 -0500 |
commit | 987cd0650f887033c8b1450f771763639bcbb111 (patch) | |
tree | 074fe1ef43f29aac3f2bb069b2affe516e8f13f9 | |
parent | 498b9e3571c2e096d7143c3c76852c5ec28d7885 (diff) | |
parent | 92ef50a080ed5ae1e9dcce2715f5f0623636e927 (diff) | |
download | enet-987cd0650f887033c8b1450f771763639bcbb111.tar.gz enet-987cd0650f887033c8b1450f771763639bcbb111.zip |
Merge pull request #187 from metaquarx/master
Future proof cmake minimum version
-rw-r--r-- | CMakeLists.txt | 2 |
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) |