Re: [CMake] find_package and get_target_property

2018-04-13 Thread CHEVRIER, Marc
15:02 To: "CHEVRIER, Marc" <marc.chevr...@sap.com> Subject: Re: [CMake] find_package and get_target_property Ah I see. In this case, the Libraries I'm depending on are generated, built and installed using CMake. I'm hoping that CMake is able to generate the Find.cmake for me with the approp

Re: [CMake] find_package and get_target_property

2018-04-13 Thread Saad Khattak
5:29 > *To: *Cmake Mailing List <cmake@cmake.org> > *Subject: *[CMake] find_package and get_target_property > > > > Hi, > > > > I am successfully able to find a package using find_package(LibA) but I > cannot do a get_target_property on the package as I get

Re: [CMake] find_package and get_target_property

2018-04-13 Thread CHEVRIER, Marc
. From: CMake <cmake-boun...@cmake.org> on behalf of Saad Khattak <saadrus...@gmail.com> Date: Friday 13 April 2018 at 05:29 To: Cmake Mailing List <cmake@cmake.org> Subject: [CMake] find_package and get_target_property Hi, I am successfully able to find a package using find_p

[CMake] find_package and get_target_property

2018-04-12 Thread Saad Khattak
Hi, I am successfully able to find a package using find_package(LibA) but I cannot do a get_target_property on the package as I get the error: get_target_property() called with non-existent target "LibA" How do I go about the target properties for a package? - Saad -- Powered by