mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Print CMake entities' properties in human-readable form for debugging. Issue: #27513
20 lines
763 B
Plaintext
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\)
|