mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
build: all CMake modules bumped to require at least CMake 3.15
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# benchmarks. For documentation, questions and other resources please
|
||||
# visit the home of the project at https://github.com/ldionne/metabench.
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
find_package(Ruby 2.1 QUIET)
|
||||
if(NOT RUBY_EXECUTABLE)
|
||||
|
Reference in New Issue
Block a user