diff --git a/CMakeLists.txt b/CMakeLists.txt index 36ca10100d3bf6a0e3e89baba1cbe44d020510b2..e1a389b66e72bcd471736a6df011f3c8411b5467 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,4 @@ -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)