Skip to content
Snippets Groups Projects
Unverified Commit 88726c3b authored by Roger Leigh's avatar Roger Leigh Committed by GitHub
Browse files

Merge pull request #38 from rleigh-codelibre/XERCESC-2226_cmake_3.12

XERCESC-2226: Update minimum CMake version to 3.12
parents 6b82b24c fd4806a5
No related branches found
No related tags found
No related merge requests found
...@@ -19,18 +19,7 @@ ...@@ -19,18 +19,7 @@
# Run "cmake" to generate the build files for your platform # Run "cmake" to generate the build files for your platform
cmake_minimum_required(VERSION 3.2.0) cmake_minimum_required(VERSION 3.12.0)
# Use new variable expansion policy.
if (POLICY CMP0053)
cmake_policy(SET CMP0053 NEW)
endif(POLICY CMP0053)
if (POLICY CMP0054)
cmake_policy(SET CMP0054 NEW)
endif(POLICY CMP0054)
if (POLICY CMP0067)
cmake_policy(SET CMP0067 NEW)
endif(POLICY CMP0067)
# Try C++17, then fall back to C++14, C++11 then C++98. Used for feature tests # Try C++17, then fall back to C++14, C++11 then C++98. Used for feature tests
# for optional features. # for optional features.
......
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