标题: cmake 安装mysql时出现错误警告policy没有设置 [打印本页] 作者: 五两 时间: 2018-1-16 09:49 标题: cmake 安装mysql时出现错误警告policy没有设置 cmake 安装mysql时提示在sql/CMakeLists.
Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
interface. Run "cmake --help-policy CMP0022" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Target "mysqld" has an INTERFACE_LINK_LIBRARIES property which differs from
its LINK_INTERFACE_LIBRARIES properties.
INTERFACE_LINK_LIBRARIES:
-lpthread;sql;mysys
LINK_INTERFACE_LIBRARIES:
rt
This warning is for project developers. Use -Wno-dev to suppress it.