mirror of https://git.tukaani.org/xz.git
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 commitbe4bf94446
)
This commit is contained in:
parent
9331ce4009
commit
6084b25c29
|
@ -14,6 +14,7 @@
|
|||
#############################################################################
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/tuklib_common.cmake")
|
||||
include(CMakePushCheckState)
|
||||
include(CheckCSourceCompiles)
|
||||
|
||||
function(tuklib_large_file_support TARGET_OR_ALL)
|
||||
|
|
Loading…
Reference in New Issue