[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [krita/akamakin/T8628-multithreading-optimization] /: Add policy CMP0071: we do not want cmake to me
From:       Andrey Kamakin <null () kde ! org>
Date:       2018-07-19 11:20:34
Message-ID: E1fg6z4-0005ss-8Z () code ! kde ! org
[Download RAW message or body]

Git commit 7becfcb979cda38dd8fde729c821d4109043ac06 by Andrey Kamakin, on b=
ehalf of Boudewijn Rempt.
Committed on 19/07/2018 at 11:14.
Pushed by akamakin into branch 'akamakin/T8628-multithreading-optimization'.

Add policy CMP0071: we do not want cmake to mess with autogenerated files

M  +3    -0    CMakeLists.txt

https://commits.kde.org/krita/7becfcb979cda38dd8fde729c821d4109043ac06

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 019174360a7..e0d1fbc35bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,6 +48,9 @@ if (POLICY CMP0064)
     cmake_policy(SET CMP0064 OLD)
 endif()
 =

+if (POLICY CMP0071)
+    cmake_policy(SET CMP0071 OLD)
+endif()
 =

 if (APPLE)
     set(APPLE_SUPPRESS_X11_WARNING TRUE)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic