maxmind / libmaxminddb

C library for the MaxMind DB file format
https://maxmind.github.io/libmaxminddb/
Apache License 2.0
912 stars 239 forks source link

CMake: fix cross-build to iOS/tvOS/watchOS #271

Closed SpaceIm closed 3 years ago

SpaceIm commented 3 years ago

If host is iOS/tvOS/watchOS, executables are BUNDLE and need a destination since https://cmake.org/cmake/help/latest/policy/CMP0006.html, otherwise CMake configuration fails.