summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExternalProject/Add_StepDependencies_no_target-stderr.txt
blob: 2ae2b536a5ffab00e3e9176d4b6c190ad803c91d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
^CMake Warning \(dev\) at .*/Modules/ExternalProject.cmake:[0-9]+ \(message\):
  Policy CMP0114 is not set: ExternalProject step targets fully adopt their
  steps.  Run "cmake --help-policy CMP0114" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  ExternalProject target 'FOO' would depend on the targets for step\(s\)
  'do_something' under policy CMP0114, but this is being left out for
  compatibility since the policy is not set.
Call Stack \(most recent call first\):
  Add_StepDependencies_no_target.cmake:[0-9]+ \(ExternalProject_Add_StepTargets\)
  CMakeLists.txt:[0-9]+ \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.$