Skip to content

Commit

Permalink
#1807: override gtest's cmake minimum version as in PR1776
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcgovern committed May 25, 2022
1 parent 7d04d2f commit edcaa2d
Showing 1 changed file with 1 addition and 1 deletion.
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.12)
cmake_minimum_required(VERSION 3.17)

if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
Expand Down

0 comments on commit edcaa2d

Please sign in to comment.