From 8a13b8a0ee22fa05f282553ec1acfdb291267d24 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 12 May 2021 13:07:05 +0200 Subject: Fix build with musl libc Use FindIntl cmake modules which will leave Intl_LIBRARIES empty if libintl is provided by the libc. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fb635b05a..c187d7010 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,7 @@ include(GtkUpdateIconCache) include(CheckHasModule) include(FindPCRE2) include(GlibCompileResourcesSupport) +include(FindIntl) #--------------------------------------------------------------------- # Package creation with CMake depends on the value of umask - if permissions -- cgit v1.2.3