Skip to content
Snippets Groups Projects
Commit cd675ae3 authored by Bill Lorensen's avatar Bill Lorensen Committed by GitHub
Browse files

Merge pull request #59 from jcfr/bump-cmake-version

ENH: Update minimum required version of CMake from 2.8.8 to 3.3
Former-commit-id: e94a30e1
parents 7286c767 7e41fc9a
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
if (POLICY CMP0057)
cmake_policy(SET CMP0057 NEW)
endif()
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
PROJECT(WikiExamples)
......
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