From 120dc5c49f59df06dcaa6837836bc18708c48135 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sun, 21 Jan 2024 12:17:33 +0100 Subject: [PATCH] cmake: Include PushCheckState again This was included in one file and used in another. Just include it here. --- cmake/gettext.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/gettext.cmake b/cmake/gettext.cmake index c56517a32..d180afef1 100644 --- a/cmake/gettext.cmake +++ b/cmake/gettext.cmake @@ -35,6 +35,7 @@ if(GETTEXT_FOUND) set(CMAKE_FOLDER) endif() +include(CMakePushCheckState) cmake_push_check_state() set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${Intl_INCLUDE_DIR}) set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${Intl_LIBRARIES})