• Anel Husakovic's avatar
    MDEV-33420: HASHICORP_KEY_MANAGEMENT fails on Windows with libcurl installed · 11aeef2a
    Anel Husakovic authored
    - When `libcurl` is installed in path out of default path, like on
    Windows, `include_directories` failed to find `curl/curl.h`.
    - Fix `cmake` by using modern syntax with imported target and
    `find_package`
    - Fix warnings treated as the errors
      - Remove `HASHICORP_HAVE_EXCEPTIONS` macro and related code
    - Add package to `Server` component in Windows
    - Tested with `$ ./mysql-test/mtr --suite=vault`
    - Closes PR #3068
    - Reviewer: <wlad@mariadb.com>
                <julius.goryavsky@mariadb.com>
    11aeef2a
CPackWixConfig.cmake 4.78 KB