Commit 4bc6273f authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Updated the cmake version to 3.10

parent a3e2b23b
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+3 −0
Original line number Diff line number Diff line
[submodule "gtest"]
	path = gtest
	url = git@github.com:google/googletest.git
Original line number Diff line number Diff line
Subproject commit 529c2c6f4af29dadb8ee5cddf6a7919caa5ca5f6
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

# Specify the required version of CMake.  If your machine does not
#  have this, it should be easy to build from https://cmake.org/download/
cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.10)

# Point cmake to our other CMake files.
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")