You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
894 B
19 lines
894 B
^CMake Deprecation Warning at GET-CMP0007-WARN\.cmake:1 \(cmake_policy\):
|
|
Compatibility with CMake < 3\.10 will be removed from a future version of
|
|
CMake\.
|
|
|
|
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\.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
+
|
|
CMake Warning \(dev\) at GET-CMP0007-WARN\.cmake:4 \(list\):
|
|
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.$
|