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
-
Activity
Assignee | Sergei Golubchik [ serg ] |
Priority | Trivial [ 5 ] | Minor [ 4 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Assignee | Sergei Golubchik [ serg ] | Vladislav Vaintroub [ wlad ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Fix Version/s | 10.3 [ 22126 ] |
Affects Version/s | 5.5 [ 15800 ] | |
Affects Version/s | 10.0 [ 16000 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.4 [ 22408 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Vladislav Vaintroub [ wlad ] | Sergei Golubchik [ serg ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Fix Version/s | 10.3.9 [ 23114 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue includes |
Workflow | MariaDB v3 [ 88189 ] | MariaDB v4 [ 154613 ] |
Just fixed 7, 22, and 26 a couple of days ago. Not pushed yet.