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.
28 lines
1.1 KiB
28 lines
1.1 KiB
^CMake Warning \(dev\) in CMakeLists.txt:
|
|
Policy CMP0070 is not set: Define file\(GENERATE\) behavior for relative
|
|
paths. Run "cmake --help-policy CMP0070" for policy details. Use the
|
|
cmake_policy command to set the policy and suppress this warning.
|
|
|
|
file\(GENERATE\) given relative INPUT path:
|
|
|
|
relative-input-WARN.txt
|
|
|
|
This is not defined behavior unless CMP0070 is set to NEW. For
|
|
compatibility with older versions of CMake, the previous undefined behavior
|
|
will be used.
|
|
This warning is for project developers. Use -Wno-dev to suppress it.(
|
|
+
|
|
CMake Warning \(dev\) in CMakeLists.txt:
|
|
Policy CMP0070 is not set: Define file\(GENERATE\) behavior for relative
|
|
paths. Run "cmake --help-policy CMP0070" for policy details. Use the
|
|
cmake_policy command to set the policy and suppress this warning.
|
|
|
|
file\(GENERATE\) given relative OUTPUT path:
|
|
|
|
relative-output-WARN.txt
|
|
|
|
This is not defined behavior unless CMP0070 is set to NEW. For
|
|
compatibility with older versions of CMake, the previous undefined behavior
|
|
will be used.
|
|
This warning is for project developers. Use -Wno-dev to suppress it.)+$
|