1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-01 05:11:00 +00:00

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: 597f49b61475438a43a417236989b2acc968a686
This commit is contained in:
Lasse Collin 2024-10-01 14:49:41 +03:00
parent 1ebbe915d4
commit be4bf94446

View File

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