diff options
author | metaquarx <[email protected]> | 2022-01-19 19:22:50 +0000 |
---|---|---|
committer | metaquarx <[email protected]> | 2022-01-19 19:22:50 +0000 |
commit | 92ef50a080ed5ae1e9dcce2715f5f0623636e927 (patch) | |
tree | 074fe1ef43f29aac3f2bb069b2affe516e8f13f9 /CMakeLists.txt | |
parent | 498b9e3571c2e096d7143c3c76852c5ec28d7885 (diff) | |
download | enet-92ef50a080ed5ae1e9dcce2715f5f0623636e927.tar.gz enet-92ef50a080ed5ae1e9dcce2715f5f0623636e927.zip |
future proof cmake minimum version
Diffstat (limited to 'CMakeLists.txt')
-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) |