Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #259973

Category None
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Fri 06 Mar 2026 04:04:09
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision c6cfb2a2f34df80c6d746d1cb07705d3fac7e67a

Comments

cmake: fix `LOCATION` property read errors in target debug function

Exclude reading certain props for certain target types to avoid these errors:
```
CMake Error at CMake/Utilities.cmake:71 (get_property):
  The LOCATION property may not be read from target "...".  Use the target
  name directly with add_custom_command, or use the generator expression
  $<TARGET_FILE>, as appropriate.
```
(and the same in line 78.)

Follow-up to 855acb3bb07e0dd06b5722218eb5fded333f7ce0 #17701

Closes #20828

Changed files