mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
cb08473bdc
With CMP0083 introduced with cmake 3.14, as we set the variable CMAKE_POSITION_INDEPENDENT_CODE we can rely on the build system to do the correct thing, across all the targets. Since we require 3.18 (or 3.16 in the patched Debian/Ubuntu version), which sets the policy to NEW we're all set. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>