cmake/Tests/RunCMake/list/GET-CMP0007-WARN-stderr.txt

18 lines
830 B
Plaintext
Raw Normal View History

2023-07-02 19:51:09 +02:00
^CMake Deprecation Warning at GET-CMP0007-WARN\.cmake:1 \(cmake_policy\):
Compatibility with CMake < 3\.5 will be removed from a future version of
CMake\.
2021-09-14 00:13:48 +02:00
2023-07-02 19:51:09 +02:00
Update the VERSION argument <min> value or use a \.\.\.<max> suffix to tell
CMake that the project does not need compatibility with older versions\.
2021-09-14 00:13:48 +02:00
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
+
2023-07-02 19:51:09 +02:00
CMake Warning \(dev\) at GET-CMP0007-WARN\.cmake:4 \(list\):
2015-11-17 17:22:37 +01:00
Policy CMP0007 is not set: list command no longer ignores empty elements.
Run "cmake --help-policy CMP0007" for policy details. Use the cmake_policy
command to set the policy and suppress this warning. List has value =
\[;NEW;OLD\].
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.$