Skip to content

Disable libidn2 when building Curl

Morten Ofstad requested to merge feature/morten.ofstad/DisableLibIDN2 into master

Disable libidn2 when building Curl since we're going to link statically and we don't want to add extra dependencies. If not disabled, Curl's build system uses check_library_exists to determine if it should be used, but we don't know that we have to add extra libraries to the linker command-line if it does.

Merge request reports