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

[cmake] Bumped minimum version to 3.12 as this is already required.

parent 3b8addcd
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.10) cmake_minimum_required(VERSION 3.12)
# 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