You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set universal2 in toolchain and build with Xcode generator (e.g. osx-arch-universal2-cxx17 polly toolchain)
Build any project with Hunter in it with cmake 3.28
OR
Set Xcode generator (not universal 2)
Build any project with Hunter in it with CMake based dependancies (e.g. GTest)
cmake 3.28 does
The ExternalProject module now declares BYPRODUCTS for the downloaded file for generated download steps. Previously, if multiple external projects downloaded to the same file, hash verification could fail. Now, when using the Ninja Generators, this scenario is detected and Ninja will raise an error stating that multiple rules generate the same file.
When we build universal projects in Hunter we often build more than once (for each arch) then lipo them together. In order to save time the same download is used for each. Unofrtunately that change in cmake 3.28 means that Xcode errors as two build stages both report creating the same file.
I am using Xcode v15.1
The text was updated successfully, but these errors were encountered:
hunter_add_package
/find_package
API used by me in the example is the same as in documentation. [Yes]URL
/SHA1
. [Yes]To reproduce
OR
cmake 3.28 does
When we build universal projects in Hunter we often build more than once (for each arch) then lipo them together. In order to save time the same download is used for each. Unofrtunately that change in cmake 3.28 means that Xcode errors as two build stages both report creating the same file.
I am using Xcode v15.1
The text was updated successfully, but these errors were encountered: