1
0
Fork 0

Fix packaged build.

This commit is contained in:
John Preston 2020-02-25 01:11:10 +04:00 committed by GitHub
parent 0c4fe1750f
commit 81e27ccc0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
# https://github.com/desktop-app/legal/blob/master/LEGAL
if (DESKTOP_APP_USE_PACKAGED)
add_library(external_hunspell INTERFACE IMPORTED)
add_library(external_hunspell INTERFACE IMPORTED GLOBAL)
add_library(desktop-app::external_hunspell ALIAS external_hunspell)
find_package(PkgConfig REQUIRED)