cmake: Include PushCheckState again

This was included in one file and used in another. Just include it here.
This commit is contained in:
Fabian Boehm 2024-01-21 12:17:33 +01:00
parent 8cf4d666b3
commit 120dc5c49f

View file

@ -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})