Skip to content
Snippets Groups Projects
Commit 716eaad5 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

Bump CMake minimum version to 3.8.

Closes #2308.
parent 10ec19ff
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.3) cmake_minimum_required(VERSION 3.8)
# 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