Till Toenshoff created MESOS-9447:
-------------------------------------
Summary: CMake warning in regards to our use of CPACK_SOURCE_TGZ.
Key: MESOS-9447
URL: https://issues.apache.org/jira/browse/MESOS-9447
Project: Mesos
Issue Type: Bug
Components: build, cmake
Affects Versions: 1.8.0
Environment: macOS, CMake 3.13.0
Reporter: Till Toenshoff
After having upgraded CMake via brew I am now seeing the following warning when
trying to build;
{noformat}
CMake Warning (dev) at
/usr/local/Cellar/cmake/3.13.0/share/cmake/Modules/CPack.cmake:589 (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 'CPACK_SOURCE_TGZ'.
Call Stack (most recent call first):
CMakeLists.txt:122 (include)
This warning is for project developers. Use -Wno-dev to suppress it.{noformat}
So apparently this warning is benign but maybe we can eliminate it?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)