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

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:53:09 CET 2015


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

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit b9a14aef4e3bd42f9dd58eada1037e427a2f1ec0
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 d41841d..86ae740 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