Skip to content

Commit 629bd56

Browse files
brawnerjacobperron
authored andcommitted
Upgrade cmake minimum versions to 2.8.12 (#11)
* Upgrade cmake minimum versions to 2.8.12 Signed-off-by: Stephen Brawner <[email protected]>
1 parent 2ba0f63 commit 629bd56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

googlemock/CMakeLists.txt.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(gmock CXX C)
2-
cmake_minimum_required(VERSION 2.6.2)
2+
cmake_minimum_required(VERSION 2.8.12)
33

44
find_package(gtest_vendor REQUIRED)
55

googletest/CMakeLists.txt.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(gtest CXX C)
2-
cmake_minimum_required(VERSION 2.6.2)
2+
cmake_minimum_required(VERSION 2.8.12)
33

44
include_directories(
55
include

0 commit comments

Comments
 (0)