1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 04:23:14 +02:00

Use the default CMake modules for finding gettext instead of our own.

This commit is contained in:
Sadie Powell
2022-01-12 23:05:25 +00:00
parent a631028660
commit 33b42ce86e
10 changed files with 31 additions and 42 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Only do this if gettext is installed
if(GETTEXT_FOUND)
if(HAVE_LOCALIZATION)
# Get all of the .po files
file(GLOB LANG_SRCS_PO RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.*.po")
list(SORT LANG_SRCS_PO)