[cmake-developers] FindZLIB module should find debug and, release variants
Brad King
brad.king at kitware.com
Thu Aug 27 09:06:32 EDT 2015
On 08/25/2015 04:39 PM, Michael Scott wrote:
> I'm assuming that there should be a IMPORTED_LOCATION property defined
> in all cases as well?
No, there doesn't need to be. Once IMPORTED_CONFIGURATIONS is populated
then we expect each configuration to have an IMPORTED_LOCATION_<CONFIG>
setting too. CMake will choose an appropriate configuration and use
that location.
-Brad
More information about the cmake-developers
mailing list