cmake/tuklib_large_file_support.cmake: Add a missing include

v5.2 didn't build with CMake. Other branches had
include(CMakePushCheckState) in top-level CMakeLists.txt
which made the build work.

Fixes: 597f49b614
(cherry picked from commit be4bf94446)
This commit is contained in:
Lasse Collin 2024-10-01 14:49:41 +03:00
parent 842deba404
commit 4506174d7f
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#
include("${CMAKE_CURRENT_LIST_DIR}/tuklib_common.cmake")
include(CMakePushCheckState)
include(CheckCSourceCompiles)
function(tuklib_large_file_support TARGET_OR_ALL)