Skip to content

Commit 2bbb3be

Browse files
Fix CMake 4.0 compatibility. (#68)
* Fix CMake 4.0 compatibility. * Update dependencies.
1 parent 1c51f87 commit 2bbb3be

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file. See the AUTHORS file for names of contributors.
44

5-
cmake_minimum_required(VERSION 3.1)
5+
cmake_minimum_required(VERSION 3.16)
66
project(Crc32c VERSION 1.1.0 LANGUAGES C CXX)
77

88
# C standard can be overridden when this is used as a sub-project.

third_party/benchmark

Submodule benchmark updated 176 files

third_party/glog

Submodule glog updated 143 files

third_party/googletest

Submodule googletest updated 223 files

0 commit comments

Comments
 (0)