Skip to content

Commit

Permalink
cmake/tuklib_large_file_support.cmake: Add a missing include
Browse files Browse the repository at this point in the history
v5.2 didn't build with CMake. Other branches had
include(CMakePushCheckState) in top-level CMakeLists.txt
which made the build work.

Fixes: 597f49b
  • Loading branch information
Larhzu committed Oct 1, 2024
1 parent 1ebbe91 commit be4bf94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/tuklib_large_file_support.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#############################################################################

include("${CMAKE_CURRENT_LIST_DIR}/tuklib_common.cmake")
include(CMakePushCheckState)
include(CheckCSourceCompiles)

function(tuklib_large_file_support TARGET_OR_ALL)
Expand Down

0 comments on commit be4bf94

Please sign in to comment.