Skip to content

Commit

Permalink
shut up cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tlyu committed Dec 10, 2023
1 parent 3bc0447 commit b84e20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/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.5)

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

0 comments on commit b84e20d

Please sign in to comment.