summaryrefslogtreecommitdiff
path: root/app-mobilephone/gammu/files/gammu-1.42.0-CMP0110-policy.patch
blob: b67cebd17a41b6401c96acfe9aa8562e7b3d2e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt.orig b/CMakeLists.txt
index 6cffb02..f7993cf 100644
--- a/CMakeLists.txt.orig
+++ b/CMakeLists.txt
@@ -13,6 +13,7 @@ set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
 # Silent some warnings from CMake 2.6
 cmake_policy(SET CMP0003 NEW)
 cmake_policy(SET CMP0009 NEW)
+cmake_policy(SET CMP0110 NEW)
 
 option (COVERAGE "Add flags for Coverage analysis" OFF)