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
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
This release includes several improvements to the CMake build. In
particular:
C99 support is now properly enabled, fixing builds on older gcc
versions. Pull request by Jan Včelák. GitHub #257.
CMAKE_SHARED_LIBRARY_PREFIX and CMAKE_STATIC_LIBRARY_PREFIX are
no longer explicitly set and now use the default values for the platform.
Pull request by Jan Včelák. GitHub #258.
target_include_directories now works as expected. Pull request by Jan
Včelák. GitHub #259.
DLLs are now installed on Windows when libmaxminddb is built as a
shared library. Pull request by Jan Včelák. GitHub #261.
When built as a dynamic library on Windows, all symbols are now exported.
Pull request by Jan Včelák. GitHub #262.