Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / file-GET_RUNTIME_DEPENDENCIES / badargs2-stderr.txt
1 ^CMake Warning \(dev\) at badargs2\.cmake:[0-9]+ \(file\):
2   You have used file\(GET_RUNTIME_DEPENDENCIES\) in project mode\.  This is
3   probably not what you intended to do\.  Instead, please consider using it in
4   an install\(CODE\) or install\(SCRIPT\) command\.  For example:
5
6     install\(CODE \[\[
7       file\(GET_RUNTIME_DEPENDENCIES
8         # \.\.\.
9         \)
10       ]]\)
11 Call Stack \(most recent call first\):
12   CMakeLists\.txt:[0-9]+ \(include\)
13 This warning is for project developers\.  Use -Wno-dev to suppress it\.
14
15 CMake Error at badargs2\.cmake:[0-9]+ \(file\):
16   Error after keyword "BUNDLE_EXECUTABLE":
17
18     missing required value
19
20   Error after keyword "CONFLICTING_DEPENDENCIES_PREFIX":
21
22     missing required value
23
24   Error after keyword "RESOLVED_DEPENDENCIES_VAR":
25
26     missing required value
27
28   Error after keyword "UNRESOLVED_DEPENDENCIES_VAR":
29
30     missing required value
31
32 Call Stack \(most recent call first\):
33   CMakeLists\.txt:[0-9]+ \(include\)$