fix-unknown-cmake-command.patch 747 B

123456789101112131415161718192021222324
  1. From 8f2a7e9160612d5aab8c0d2a5eac38fd2d54826c Mon Sep 17 00:00:00 2001
  2. From: Redbeanw44602 <[email protected]>
  3. Date: Thu, 24 Apr 2025 13:19:57 +0800
  4. Subject: [PATCH] fix unknown cmake command
  5. ---
  6. cmake/tuklib_large_file_support.cmake | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/cmake/tuklib_large_file_support.cmake b/cmake/tuklib_large_file_support.cmake
  9. index 0800faa..d29bd81 100644
  10. --- a/cmake/tuklib_large_file_support.cmake
  11. +++ b/cmake/tuklib_large_file_support.cmake
  12. @@ -14,6 +14,7 @@
  13. include("${CMAKE_CURRENT_LIST_DIR}/tuklib_common.cmake")
  14. include(CheckCSourceCompiles)
  15. +include(CMakePushCheckState)
  16. function(tuklib_large_file_support TARGET_OR_ALL)
  17. # MSVC must be handled specially in the C code.
  18. --
  19. 2.49.0