From bfaed2bec69830b1defc48ea069cdc2a74aee9ba Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 17 Sep 2012 13:15:05 +0200 Subject: core: move the set of cmake policy CMP0003 in directory src (so it applies to all plugins) (bug #37311) --- src/gui/gtk/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui/gtk/CMakeLists.txt') 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 . # -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 -- cgit v1.2.3