Files
CMake/Tests/RunCMake/InterfaceLibrary/IMPORTED_LIBNAME-bad-value-stderr.txt
Brad King 4ac9ee10ad Tests: Rename test RunCMake.{interface_library => InterfaceLibrary}
Our RunCMake.<lower-case> namespace is meant for testing individual
CMake language commands.
2020-07-22 13:42:58 -04:00

45 lines
1.1 KiB
Plaintext

^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\)$