commit | b3fc4b224258e4bf154bf774746f0d2554edb90c | [log] [tgz] |
---|---|---|
author | Vyas Ramasubramani <vyas.ramasubramani@gmail.com> | Sun Apr 20 13:57:06 2025 -0700 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Sun Apr 27 22:18:35 2025 +0200 |
tree | 14049300eb6fd8a4d56d63a9f91ddf993799afda | |
parent | 5e6d1b747a4de9ba0ff7b2b8746bce5fb2b0dfc5 [diff] [blame] |
Update minimum required CMake version for CMake 4.0 compatibility
diff --git a/CMakeLists.txt b/CMakeLists.txt index b76d703..1f74e75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ # under the License. # -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 3.16) if(POLICY CMP0048) cmake_policy(SET CMP0048 NEW) # package version behavior added in cmake 3.0