diff options
author | Allen Winter <allen.winter@kdab.com> | 2016-05-04 13:17:07 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2016-05-04 13:17:07 -0400 |
commit | 0b55bc42a3f58041d478a91771e27d01160e89ab (patch) | |
tree | 3d6f171d6170a3f6731a2df7627cd906efc1b836 /cmake | |
parent | 694c875fdea1e5153a970d305e5aa0d84fef9d89 (diff) | |
download | libical-git-0b55bc42a3f58041d478a91771e27d01160e89ab.tar.gz |
should have the src-generator linking fixed
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/FindGLib.cmake | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/cmake/modules/FindGLib.cmake b/cmake/modules/FindGLib.cmake index c6bd70af..6d938087 100644 --- a/cmake/modules/FindGLib.cmake +++ b/cmake/modules/FindGLib.cmake @@ -15,15 +15,7 @@ if(PKG_CONFIG_FOUND) if(_pc_glib_FOUND) set(GLIB_FOUND TRUE) set(GLIB_CFLAGS "${_pc_glib_CFLAGS}") - set(GLIB_LIBRARIES "${_pc_glib_LIBRARIES}") - endif() - if(APPLE) - find_library( - INTL_LIBRARY - NAMES intl - HINTS - /usr/local/opt/gettext/lib - ) + set(GLIB_LIBRARIES "${_pc_glib_LDFLAGS}") endif() endif() |