Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL), 10.3(EOL)
-
None
Description
With CMake 3.11.2 I get the following warnings on 10.4:
The OLD behavior for policy CMP0022 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.
|
|
|
CMake Deprecation Warning at CMakeLists.txt:30 (CMAKE_POLICY):
|
The OLD behavior for policy CMP0026 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.
|
|
|
CMake Deprecation Warning at CMakeLists.txt:31 (CMAKE_POLICY):
|
The OLD behavior for policy CMP0045 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.
|
|
|
CMake Deprecation Warning at CMakeLists.txt:32 (CMAKE_POLICY):
|
The OLD behavior for policy CMP0042 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.
|
|
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.
|
Attachments
Issue Links
- includes
-
MDEV-14898 CMake Deprecation Warning
- Closed
- relates to
-
CONC-346 CMake warnings
- Closed