[CMake] get_target_property CONFIG_LOCATION for custom target?

2009-12-09 Thread Marcel Loose
Hi all, I was trying to see whether I could retrieve the target location of a custom target using the CONFIG_LOCATION property of the given target, but to no avail. Is it possible to do this? Best regards, Marcel Loose. ___ Powered by

Re: [CMake] get_target_property CONFIG_LOCATION for custom target?

2009-12-09 Thread Marcel Loose
Hi all, Found it in the manual, but not under get_target_property(). It's not possible. Sorry for the noise. Best regards, Marcel Loose. On Wed, 2009-12-09 at 15:09 +0100, Marcel Loose wrote: Hi all, I was trying to see whether I could retrieve the target location of a custom target using