cmake/Tests/RunCMake/interface_library/IMPORTED_LIBNAME-bad-value-stderr.txt

45 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-04-14 19:02:05 +02:00
^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\)$