Don't require gettext - we don't need it yet.

This commit is contained in:
Alexander Shaduri
2024-11-06 12:38:04 +04:00
parent 7ac61f1cac
commit 1deffe6a98
+1 -1
View File
@@ -64,7 +64,7 @@ endif()
# Gettext binaries and macros.
# See https://cmake.org/cmake/help/v3.15/module/FindGettext.html
find_package(Gettext REQUIRED)
# find_package(Gettext REQUIRED)
add_subdirectory(catch2)