[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 16/28: Fix cmake policy warning.

noreply at xfce.org noreply at xfce.org
Sat Aug 20 18:33:12 CEST 2016


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to annotated tag v1.0.1
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 009a29664e80107692489cbb3b3b68dc420f2cac
Author: Graeme Gott <graeme at gottcode.org>
Date:   Mon Jun 24 08:22:19 2013 -0400

    Fix cmake policy warning.
---
 CMakeLists.txt           | 1 -
 cmake/uninstall.cmake.in | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c1b49a..1628b4d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,4 @@
 cmake_minimum_required(VERSION 2.8)
-cmake_policy(VERSION 2.8)
 
 project(whiskermenu)
 
diff --git a/cmake/uninstall.cmake.in b/cmake/uninstall.cmake.in
index d82e592..9643996 100644
--- a/cmake/uninstall.cmake.in
+++ b/cmake/uninstall.cmake.in
@@ -1,3 +1,5 @@
+cmake_minimum_required(VERSION 2.8)
+
 message("Uninstall the project...")
 
 if(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list