2023-07-02 19:51:09 +02:00
|
|
|
^CMake Deprecation Warning at CMP0058-OLD-by\.cmake:[0-9] \(cmake_policy\):
|
2024-11-11 15:18:55 +01:00
|
|
|
Compatibility with CMake < 3\.10 will be removed from a future version of
|
2023-07-02 19:51:09 +02:00
|
|
|
CMake\.
|
|
|
|
|
2024-11-22 23:57:14 +01:00
|
|
|
Update the VERSION argument <min> value\. Or, use the <min>\.\.\.<max> syntax
|
|
|
|
to tell CMake that the project requires at least <min> but has been updated
|
|
|
|
to work with policies introduced by <max> or earlier\.
|
2023-07-02 19:51:09 +02:00
|
|
|
Call Stack \(most recent call first\):
|
|
|
|
CMakeLists.txt:[0-9] \(include\)
|
|
|
|
+
|
|
|
|
CMake Deprecation Warning at CMP0058-OLD-by\.cmake:[0-9]+ \(cmake_policy\):
|
2018-10-28 12:09:07 +01:00
|
|
|
The OLD behavior for policy CMP0058 will be removed from a future version
|
2023-07-02 19:51:09 +02:00
|
|
|
of CMake\.
|
2018-10-28 12:09:07 +01:00
|
|
|
|
|
|
|
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:[0-9]+ \(include\)$
|