File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77# The full license is in the file LICENSE, distributed with this software. #
88############################################################################
99
10- cmake_minimum_required (VERSION 3.8 )
10+ cmake_minimum_required (VERSION 3.29 )
1111project (xtensor-blas)
1212
1313set (INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /include )
Original file line number Diff line number Diff line change 66# The full license is in the file LICENSE, distributed with this software. #
77############################################################################
88
9- cmake_minimum_required (VERSION 3.1 )
9+ cmake_minimum_required (VERSION 3.29 )
1010
1111if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR )
1212 project (xtensor-benchmark)
Original file line number Diff line number Diff line change 77# The full license is in the file LICENSE, distributed with this software. #
88############################################################################
99
10- cmake_minimum_required (VERSION 3.8 )
10+ cmake_minimum_required (VERSION 3.29 )
1111
1212if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR )
1313 project (xtensor-blas-test )
Original file line number Diff line number Diff line change 77# The full license is in the file LICENSE, distributed with this software. #
88############################################################################
99
10- cmake_minimum_required (VERSION 2.8.2 )
10+ cmake_minimum_required (VERSION 3.29 )
1111
1212project (googletest-download NONE)
1313
1414include (ExternalProject)
1515ExternalProject_Add(googletest
16- GIT_REPOSITORY https://github.com/JohanMabille /googletest.git
17- GIT_TAG warnings
16+ GIT_REPOSITORY https://github.com/google /googletest.git
17+ GIT_TAG v1.16.0
1818 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /googletest-src"
1919 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /googletest-build"
2020 CONFIGURE_COMMAND ""
You can’t perform that action at this time.
0 commit comments