mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
core: move the set of cmake policy CMP0003 in directory src (so it applies to all plugins) (bug #37311)
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
#
|
||||
|
||||
if(COMMAND cmake_policy)
|
||||
if(POLICY CMP0003)
|
||||
cmake_policy(SET CMP0003 NEW)
|
||||
endif(POLICY CMP0003)
|
||||
if(POLICY CMP0017)
|
||||
cmake_policy(SET CMP0017 NEW)
|
||||
endif(POLICY CMP0017)
|
||||
|
||||
Reference in New Issue
Block a user