Skip to content
Snippets Groups Projects
Commit f3a3c60b authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COMP: move cmake minimum required version to 2.8.11 (timestamp)

parent 1f98e7af
Branches
Tags
No related merge requests found
if(WIN32) cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
else()
cmake_minimum_required(VERSION 2.8.6 FATAL_ERROR)
endif()
foreach(p foreach(p
CMP0025 # CMake 3.0 CMP0025 # CMake 3.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment