Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
when building with server, with recent cmake, C/C spits out following warnings
== Configuring MariaDB Connector/C
|
CMake Warning (dev) at libmariadb/CMakeLists.txt:49 (OPTION):
|
Policy CMP0077 is not set: option() honors normal variables. Run "cmake
|
--help-policy CMP0077" for policy details. Use the cmake_policy command to
|
set the policy and suppress this warning.
|
|
For compatibility with older versions of CMake, option is clearing the
|
normal variable 'CONC_WITH_SIGNCODE'.
|
Call Stack (most recent call first):
|
libmariadb/CMakeLists.txt:57 (ADD_OPTION)
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
CMake Warning (dev) at libmariadb/CMakeLists.txt:49 (OPTION):
|
Policy CMP0077 is not set: option() honors normal variables. Run "cmake
|
--help-policy CMP0077" for policy details. Use the cmake_policy command to
|
set the policy and suppress this warning.
|
|
For compatibility with older versions of CMake, option is clearing the
|
normal variable 'CONC_WITH_CURL'.
|
Call Stack (most recent call first):
|
libmariadb/CMakeLists.txt:64 (ADD_OPTION)
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
CMake Warning (dev) at libmariadb/CMakeLists.txt:49 (OPTION):
|
Policy CMP0077 is not set: option() honors normal variables. Run "cmake
|
--help-policy CMP0077" for policy details. Use the cmake_policy command to
|
set the policy and suppress this warning.
|
|
For compatibility with older versions of CMake, option is clearing the
|
normal variable 'CONC_WITH_SSL'.
|
Call Stack (most recent call first):
|
libmariadb/CMakeLists.txt:65 (ADD_OPTION)
|
This warning is for project developers. Use -Wno-dev to suppress it.
|