Skip to content

Commit a79ad9c

Browse files
authored
Update CMakeLists.txt (#31)
set correct cmake minimum version for googletest 1.15. https://github.com/google/googletest/blob/v1.15.0/CMakeLists.txt Signed-off-by: mosfet80 <[email protected]>
1 parent c78f370 commit a79ad9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googlemock/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.15)
22

33
project(gmock_vendor NONE)
44

0 commit comments

Comments
 (0)