summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2019-12-09 13:19:29 +0100
committerGitHub <noreply@github.com>2019-12-09 13:19:29 +0100
commite2844d1064c0adf35981452df741a8558607b4c5 (patch)
tree370e024ff8c047ef7ff2f92ab5a719f7740e212d
parent0b756d1568adc74b2eb30eeacf4af5df8d8201ba (diff)
downloadninja-e2844d1064c0adf35981452df741a8558607b4c5.tar.gz
CMake: Enable CMP0091 for MSVC_RUNTIME_LIBRARY
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index de0fe1a..629697d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.12)
+cmake_policy(VERSION 3.15)
project(ninja)
if(CMAKE_BUILD_TYPE MATCHES "Release")