Skip to content

Commit

Permalink
Don't require gettext - we don't need it yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed Nov 6, 2024
1 parent 7ac61f1 commit 1deffe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1deffe6

Please sign in to comment.