Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
Description
There's a CMake Deprecation Warning with cmake 3.9.5 (Debian unstable):
CMake Deprecation Warning at cmake/for_clients.cmake:15 (CMAKE_POLICY): |
The OLD behavior for policy CMP0007 will be removed from a future version |
of CMake.
|
|
The cmake-policies(7) manual explains that the OLD behaviors of all |
policies are deprecated and that a policy should be set to OLD only under
|
specific short-term circumstances. Projects should be ported to the NEW |
behavior and not rely on setting a policy to OLD.
|
Call Stack (most recent call first):
|
CMakeLists.txt:427 (INCLUDE) |
This should be fixed if it doesn't break backwards compatibility much.
Attachments
Issue Links
- is part of
-
MDEV-16662 CMake warnings
- Closed