[rkward] /: Silence cmake warning.
Thomas Friedrichsmeier
null at kde.org
Tue Jan 14 08:30:15 GMT 2020
Git commit d30cc20e07e9a9a545eb4333e7683e4951e5741d by Thomas Friedrichsmeier.
Committed on 14/01/2020 at 08:30.
Pushed by tfry into branch 'master'.
Silence cmake warning.
M +1 -1 CMakeLists.txt
https://commits.kde.org/rkward/d30cc20e07e9a9a545eb4333e7683e4951e5741d
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 650432ab..e8b78563 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ PROJECT(rkward)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) # As required by KF5
IF(NOT "${CMAKE_VERSION}" VERSION_LESS 3.3.0)
- CMAKE_POLICY(SET CMP0063 OLD) # No symbol visibility in any of our static libraries needed
+ CMAKE_POLICY(SET CMP0063 NEW) # Shut up cmake warning
ENDIF()
IF(NOT CMAKE_VERBOSE_MAKEFILE)
More information about the rkward-tracker
mailing list