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
No related branches found
No related tags found
No related merge requests found
if(WIN32)
cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
else()
cmake_minimum_required(VERSION 2.8.6 FATAL_ERROR)
endif()
cmake_minimum_required(VERSION 2.8.11)
foreach(p
CMP0025 # CMake 3.0
......
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