Skip to content

Commit

Permalink
#1672: bump required CMake version in bundled libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Mar 11, 2022
1 parent b8e4023 commit b4f738c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions lib/brotli/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Ubuntu 12.04 LTS has CMake 2.8.7, and is an important target since
# several CI services, such as Travis and Drone, use it. Solaris 11
# has 2.8.6, and it's not difficult to support if you already have to
# support 2.8.7.
cmake_minimum_required(VERSION 2.8.6)
cmake_minimum_required(VERSION 3.17)

cmake_policy(SET CMP0048 NEW)
project(brotli VERSION 1.0.9)
Expand Down
2 changes: 1 addition & 1 deletion tests/extern/googletest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Note: CMake support is community-based. The maintainers do not use CMake
# internally.

cmake_minimum_required(VERSION 2.8.8)
cmake_minimum_required(VERSION 3.17)

if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
Expand Down
2 changes: 1 addition & 1 deletion tests/extern/googletest/googletest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ else()
cmake_policy(SET CMP0048 NEW)
project(gtest VERSION ${GOOGLETEST_VERSION} LANGUAGES CXX C)
endif()
cmake_minimum_required(VERSION 2.6.4)
cmake_minimum_required(VERSION 3.17)

if (POLICY CMP0063) # Visibility
cmake_policy(SET CMP0063 NEW)
Expand Down

0 comments on commit b4f738c

Please sign in to comment.