Skip to content
Snippets Groups Projects
Commit ca4b5ff2 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

CMake: update minimum required version to avoid a deprecation warning

parent 085d70df
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# Copied from upstream documentation:
# https://github.com/google/googletest/tree/master/googletest#incorporating-into-an-existing-cmake-project
cmake_minimum_required(VERSION 2.8.2)
cmake_minimum_required(VERSION 2.8.12)
project(googletest-download NONE)
......
cmake_minimum_required(VERSION 2.8.2)
cmake_minimum_required(VERSION 2.8.12)
project(pybind11-download)
include(ExternalProject)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment