Files
CMake/Tests/RunCMake/InterfaceLibrary/invalid_name-stderr.txt
2025-01-19 09:41:01 -05:00

21 lines
879 B
Plaintext

^CMake Error at invalid_name\.cmake:1 \(add_library\):
The target name "if\$ace" is reserved or not valid for certain CMake
features, such as generator expressions, and may result in undefined
behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
+
CMake Error at invalid_name\.cmake:2 \(add_library\):
The target name "iface::target" is reserved or not valid for certain CMake
features, such as generator expressions, and may result in undefined
behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
+
CMake Error at invalid_name\.cmake:3 \(add_library\):
The target name "if\$target_imported" is reserved or not valid for certain
CMake features, such as generator expressions, and may result in undefined
behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$