~ubuntu-branches/ubuntu/utopic/cmake/utopic

« back to all changes in this revision

Viewing changes to Tests/RunCMake/target_link_libraries/CMP0023-WARN-2-stderr.txt

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-10-10 12:54:39 UTC
  • mfrom: (1.14.7)
  • Revision ID: package-import@ubuntu.com-20131010125439-h0ahaj004on6oj92
Tags: 2.8.12-0ubuntu1
New upstream release LP: #1246701

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CMake Warning \(dev\) at CMP0023-WARN-2.cmake:9 \(target_link_libraries\):
 
2
  Policy CMP0023 is not set: Plain and keyword target_link_libraries
 
3
  signatures cannot be mixed.  Run "cmake --help-policy CMP0023" for policy
 
4
  details.  Use the cmake_policy command to set the policy and suppress this
 
5
  warning.
 
6
 
 
7
  The plain signature for target_link_libraries has already been used with
 
8
  the target "foo".  All uses of target_link_libraries with a target should
 
9
  be either all-keyword or all-plain.
 
10
 
 
11
  The uses of the plain signature are here:
 
12
 
 
13
   \* CMP0023-WARN-2.cmake:8 \(target_link_libraries\)
 
14
 
 
15
Call Stack \(most recent call first\):
 
16
  CMakeLists.txt:3 \(include\)