Ruslan Baratov
Ruslan Baratov
> Initial rebuild failed; here are the full log records: https://gist.github.com/GORGES/6445ac66b90faa9b9544acb845143f8a I don't see any errors.
> Here's the remainder, and thank you for checking! Okay, I see the problem with ACF now, but the log is still not full. What ACF version it was? Compare...
> ruslo, I am trying to figure out which ACF version I am using My point was that the logs were not full. > ./_builds/ios/_3rdParty/Hunter/config-id/config.cmake:hunter_config(acf VERSION 75cabfb9dd786a4264be27758a73921b84c550c3 Your version doesn't...
> Here are the logs: https://gist.github.com/GORGES/1ab2a759d9e9f69e541204e0f48636bd At least the ACF version now matches version from CI. > I suspect the issue is in Xcode 10.2.1, since that seems to be...
We will move to the Xcode 10.2 in the future anyway, so I guess it's okay to keep it open. I will rename the issue.
As far as I understand if the version of CMake < 3.3 then `CXX_VISIBILITY_PRESET` and `VISIBILITY_INLINES_HIDDEN` will not be applied to static libraries. It means that we should use `cmake_minimum_required(VERSION...
> but in some (rare?) cases people actually need to support VERSION < 3.3 But with CMake < 3.3 visibility setting will not be applied hence it will not work...
> immediate submodules Is just `drishti` not enough?
So `cmake_minimum_required(3.0)` from submodule reset policies, but the visibility settings applied globally, hence we are falling to the warnings. It's interesting test case in fact.
Does it hangs or it stops and you want to wait instead of reporting error? On my Linux machine error reported immediately.