Skip to content
Snippets Groups Projects
Commit 910b41f5 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Bump CMake minimum required version to 3.10

3.10 changed the paths for autogenerated files:
https://cmake.org/cmake/help/v3.11/release/3.10.html#autogen
parent ce5bbcc2
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
##################### #####################
# Specify minimum CMake version # Specify minimum CMake version
cmake_minimum_required(VERSION 3.9) cmake_minimum_required(VERSION 3.10)
# Set CMake policies # Set CMake policies
cmake_policy(SET CMP0011 NEW) cmake_policy(SET CMP0011 NEW)
......
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