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/compiler/cpp/tests/CMakeLists.txt b/compiler/cpp/tests/CMakeLists.txt index d9c5209..6a078ec 100644 --- a/compiler/cpp/tests/CMakeLists.txt +++ b/compiler/cpp/tests/CMakeLists.txt
@@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.16) project(thrift_compiler_tests)