Remove some more cmake bits

This commit is contained in:
Fabian Boehm
2024-01-20 09:10:46 +01:00
parent 6f31ec7a61
commit e73d7e26e4
3 changed files with 3 additions and 16 deletions

View File

@@ -13,7 +13,6 @@ if(WITH_GETTEXT)
find_package(Intl QUIET)
find_package(Gettext)
if(GETTEXT_FOUND)
set(HAVE_GETTEXT 1)
include_directories(${Intl_INCLUDE_DIR})
endif()
if(APPLE)