summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/install/file-GET_RUNTIME_DEPENDENCIES-project-stderr.txt
blob: d506645a0cc5fb5b1b5818da58f80415da7d3f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
^CMake Warning \(dev\) at file-GET_RUNTIME_DEPENDENCIES-project\.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\.$