Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2016-04-21 18:12:31 +0300
committerMilo Yip <miloyip@gmail.com>2016-04-21 18:12:31 +0300
commitaae2fbfc9968759f5955f10cdbb6bba7408eac75 (patch)
treeb8fdd23cac03734284f7932a3b71b8c0f3ccbfb1 /example
parent0fe08c222fc7170f67be5a079921e2d70efbcc1c (diff)
Try to fix cmake CMP0054 warning
Diffstat (limited to 'example')
-rw-r--r--example/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index 6da18dfc..fd0e6eb5 100644
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 2.8)
+if(POLICY CMP0054)
+ cmake_policy(SET CMP0054 NEW)
+endif()
+
set(EXAMPLES
capitalize
condense