heyleadro
heyleadro
It doesnt look like this issue you mentioned. 1) I tried to copy everything and everywhere. 2) cmake --install invokes separately. 3) package method used cmake.install() doesn't work. 4) as...
Can you show the output? do you call cmake --install after conan build ?
@martin-frbg sorry, my mistake. Please check the build() method. You see there's branching def build(self): """ Configure cmake and build the library """ if self.settings.os not in ["iOS", "Macos"]: cmake...
@martin-frbg The way you built it in pipeline you showed, I had to make changes in both conanfile and ci to make it work using make instead of cmake etc
CmdLine: 1) input profile : i guess it is targeting x86_64 macos... check getarch result). Maybe it is ok I'm just confused that it builds for ios 2) 139-140 lines:...
> the build appears to be using libtool to create the .a files in individual subdirectories Yes, the "broken" build generates all of *.a so you think the problem is...