mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
9e34a0e917
This fixes the following CMake warning: CMake Warning (dev) at src/gui/curses/normal/CMakeLists.txt:73 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it.