~ubuntu-branches/ubuntu/trusty/cmake3/trusty-updates

« back to all changes in this revision

Viewing changes to Tests/RunCMake/Ninja/CMP0058-WARN-no-stderr.txt

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2017-02-23 17:55:24 UTC
  • Revision ID: package-import@ubuntu.com-20170223175524-5nh7s4pu97fsa0t7
Tags: upstream-3.5.1
ImportĀ upstreamĀ versionĀ 3.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
^CMake Warning \(dev\):
 
2
  Policy CMP0058 is not set: Ninja requires custom command byproducts to be
 
3
  explicit.  Run "cmake --help-policy CMP0058" for policy details.  Use the
 
4
  cmake_policy command to set the policy and suppress this warning.
 
5
 
 
6
  This project specifies custom command DEPENDS on files in the build tree
 
7
  that are not specified as the OUTPUT or BYPRODUCTS of any
 
8
  add_custom_command or add_custom_target:
 
9
 
 
10
   byproduct1a
 
11
   byproduct1b
 
12
 
 
13
  For compatibility with versions of CMake that did not have the BYPRODUCTS
 
14
  option, CMake is generating phony rules for such files to convince 'ninja'
 
15
  to build.
 
16
 
 
17
  Project authors should add the missing BYPRODUCTS or OUTPUT options to the
 
18
  custom commands that produce these files.
 
19
This warning is for project developers.  Use -Wno-dev to suppress it.