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 gtest @ 529c2c6f Original line number Diff line number Diff line Subproject commit 529c2c6f4af29dadb8ee5cddf6a7919caa5ca5f6 isis/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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") 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
gtest @ 529c2c6f Original line number Diff line number Diff line Subproject commit 529c2c6f4af29dadb8ee5cddf6a7919caa5ca5f6
isis/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading