summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/InterfaceLibrary/IMPORTED_LIBNAME-bad-value-stderr.txt
blob: 454c6555a4ce80fad1baf7c0c4ca2ab5ddead5ec (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
^CMake Error at IMPORTED_LIBNAME-bad-value.cmake:[0-9]+ \(set_property\):
  IMPORTED_LIBNAME property value

    -flag

  may not start with '-'.
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)
+
CMake Error at IMPORTED_LIBNAME-bad-value.cmake:[0-9]+ \(set_property\):
  IMPORTED_LIBNAME property value

    item1;item2

  may not contain ';'.
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)
+
CMake Error at IMPORTED_LIBNAME-bad-value.cmake:[0-9]+ \(set_property\):
  IMPORTED_LIBNAME property value

    /path/to/item1

  may not contain '/'.
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)
+
CMake Error at IMPORTED_LIBNAME-bad-value.cmake:[0-9]+ \(set_property\):
  IMPORTED_LIBNAME property value

    \\path\\to\\item1

  may not contain '\\'.
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)
+
CMake Error at IMPORTED_LIBNAME-bad-value.cmake:[0-9]+ \(set_property\):
  IMPORTED_LIBNAME property value

    c:\\path\\to\\item1

  may not contain ':'.
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)$