summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDario Freddi <dario.freddi@collabora.co.uk>2010-09-15 19:15:31 +0200
committerDario Freddi <dario.freddi@collabora.co.uk>2010-09-20 17:03:53 +0200
commitb4a16fb72cb2e8b78e4a74054d38d1303805ead1 (patch)
treecbb411e2f47cada2e0b3cf173687b055c61a35a5 /cmake
parentbed32823e83901833b5804e197fc8266c5faf579 (diff)
cmake: Upgrade CMake policy CMP0011 to NEW, given that the old behavior is not required (anymore). Also, while I'm at it, move it to the proper location.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/TelepathyDefaults.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/modules/TelepathyDefaults.cmake b/cmake/modules/TelepathyDefaults.cmake
index 7555a270..0de4b30a 100644
--- a/cmake/modules/TelepathyDefaults.cmake
+++ b/cmake/modules/TelepathyDefaults.cmake
@@ -1,9 +1,3 @@
-cmake_minimum_required(VERSION 2.6)
-
-if(POLICY CMP0011)
- cmake_policy(SET CMP0011 OLD)
-endif(POLICY CMP0011)
-
# Enable testing using CTest
enable_testing()