Link to iconv to fix compile on Windows

This commit is contained in:
Jonas Kvinge
2020-09-10 17:14:14 +02:00
parent ae8eed7a67
commit b756bccc7a
2 changed files with 3 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ find_package(Backtrace QUIET)
if(Backtrace_FOUND)
set(HAVE_BACKTRACE ON)
endif()
find_package(Iconv QUIET)
find_package(GnuTLS REQUIRED)
find_package(Protobuf REQUIRED)
if (NOT Protobuf_PROTOC_EXECUTABLE)