summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt
blob: 39f307d2e71dfd5d2e63917dda6c7dfd8cf1eb8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
^CMake Warning \(dev\) at badargs2\.cmake:[0-9]+ \(file\):
  You have used file\(GET_RUNTIME_DEPENDENCIES\) in project mode\.  This is
  probably not what you intended to do\.  Instead, please consider using it in
  an install\(CODE\) or install\(SCRIPT\) command\.  For example:

    install\(CODE \[\[
      file\(GET_RUNTIME_DEPENDENCIES
        # \.\.\.
        \)
      ]]\)
Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers\.  Use -Wno-dev to suppress it\.

CMake Error at badargs2\.cmake:[0-9]+ \(file\):
  Error after keyword "BUNDLE_EXECUTABLE":

    missing required value

  Error after keyword "CONFLICTING_DEPENDENCIES_PREFIX":

    missing required value

  Error after keyword "RESOLVED_DEPENDENCIES_VAR":

    missing required value

  Error after keyword "UNRESOLVED_DEPENDENCIES_VAR":

    missing required value

Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)$