diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-17 13:15:05 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-17 13:15:05 +0200 |
commit | bfaed2bec69830b1defc48ea069cdc2a74aee9ba (patch) | |
tree | 96164e45253f2d5250c17867023f30e78101d6fd /src/gui/gtk | |
parent | 291fa04c7e7c61e017b8f3f9dc587ffe40bce76a (diff) | |
download | weechat-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')
-rw-r--r-- | src/gui/gtk/CMakeLists.txt | 4 |
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 |