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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user