summaryrefslogtreecommitdiff
path: root/src/gui/gtk/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-09-17 13:15:05 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-09-17 13:15:05 +0200
commitbfaed2bec69830b1defc48ea069cdc2a74aee9ba (patch)
tree96164e45253f2d5250c17867023f30e78101d6fd /src/gui/gtk/CMakeLists.txt
parent291fa04c7e7c61e017b8f3f9dc587ffe40bce76a (diff)
downloadweechat-bfaed2bec69830b1defc48ea069cdc2a74aee9ba.zip
core: move the set of cmake policy CMP0003 in directory src (so it applies to all plugins) (bug #37311)
Diffstat (limited to 'src/gui/gtk/CMakeLists.txt')
-rw-r--r--src/gui/gtk/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/gtk/CMakeLists.txt b/src/gui/gtk/CMakeLists.txt
index 2d5dcabf0..d9ef4fd2b 100644
--- a/src/gui/gtk/CMakeLists.txt
+++ b/src/gui/gtk/CMakeLists.txt
@@ -18,10 +18,6 @@
# along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
#
-if(COMMAND cmake_policy)
- cmake_policy(SET CMP0003 NEW)
-endif(COMMAND cmake_policy)
-
SET(WEECHAT_GTK_SRC
gui-gtk.h
gui-gtk-bar-window.c