]> git.ipfire.org Git - thirdparty/xz.git/commit
cmake/tuklib_large_file_support.cmake: Add a missing include
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 1 Oct 2024 11:49:41 +0000 (14:49 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 1 Oct 2024 16:15:44 +0000 (19:15 +0300)
commit4506174d7f35b912891285c2fe7487f2d72f22d7
tree71d1a39703d45bd04fe5fb296ec799a77253336a
parent842deba4041b8aab105886898f408e408dcb8bcb
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
(cherry picked from commit be4bf94446b6286a5dffdde85fc1d21448f4edff)
cmake/tuklib_large_file_support.cmake