Files
cmake/Tests/RunCMake/cmake_language/PrintPropertiesLocationOnlySkipped-stderr.txt
T
Tom Osika 2a2012e913 cmake_language: Add PRINT_PROPERTIES operation
Print CMake entities' properties in human-readable form for debugging.

Issue: #27513
2026-08-10 17:41:05 -04:00

20 lines
763 B
Plaintext

CMake Warning at PrintPropertiesLocationOnlySkipped\.cmake:[0-9]+ \(cmake_language\):
The LOCATION property may not be read from non-imported target "mylib";
skipping\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
CMake Warning at PrintPropertiesLocationOnlySkipped\.cmake:[0-9]+ \(cmake_language\):
The LOCATION_Debug property may not be read from non-imported target
"mylib"; skipping\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
CMake Warning at PrintPropertiesLocationOnlySkipped\.cmake:[0-9]+ \(cmake_language\):
The Debug_LOCATION property may not be read from non-imported target
"mylib"; skipping\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)