summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/export/Repeat-CMP0103-WARN-stderr.txt
blob: 3104df4c73778a963a20fcfd56e24b3656194e9d (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
CMake Warning \(dev\) at Repeat.cmake:[0-9]+ \(export\):
  Policy CMP0103 is not set: multiple export\(\) with same FILE without APPEND
  is not allowed.  Run "cmake --help-policy CMP0103" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  export\(\) command already specified for the file

    foo.cmake

  Did you miss 'APPEND' keyword\?
Call Stack \(most recent call first\):
  Repeat-CMP0103-WARN.cmake:[0-9]+ \(include\)
  CMakeLists.txt:[0-9]+ \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning \(dev\) at Repeat/CMakeLists.txt:[0-9]+ \(export\):
  Policy CMP0103 is not set: multiple export\(\) with same FILE without APPEND
  is not allowed.  Run "cmake --help-policy CMP0103" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  export\(\) command already specified for the file

    .+/foo.cmake

  Did you miss 'APPEND' keyword\?
This warning is for project developers.  Use -Wno-dev to suppress it.