libCombine shows the same issue as the one described in NuML/NuML#24. In addition, I found that if I pass a target for the zipper library then in Combine-static-config-release.cmake, IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE shows /some/absolute/path/my_zipper_target rather than simply my_zipper_target, but that might be something that I have done wrong... although it works fine for zlib (i.e. I see my_zlib_target and not /some/absolute/path/my_zlib_target). I haven't checked, but could it be that LIBZ_LIBRARY and ZIPPER_LIBRARY are handled differently?
libCombine shows the same issue as the one described in NuML/NuML#24. In addition, I found that if I pass a target for the zipper library then in
Combine-static-config-release.cmake,IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASEshows/some/absolute/path/my_zipper_targetrather than simplymy_zipper_target, but that might be something that I have done wrong... although it works fine for zlib (i.e. I seemy_zlib_targetand not/some/absolute/path/my_zlib_target). I haven't checked, but could it be thatLIBZ_LIBRARYandZIPPER_LIBRARYare handled differently?