1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-17 14:08:12 +00:00

CMake: Add comments

(cherry picked from commit 9d997d6f9d4f042412e45c7b7a23a14ad2e4f9aa)
This commit is contained in:
Lasse Collin 2024-05-20 16:55:00 +03:00
parent c35259c9e2
commit 8a99272d4a

View File

@ -121,6 +121,7 @@ if(BUILD_TESTING)
set(HAVE_ALL_CHECK_TYPES OFF)
endif()
# test_scripts.sh only needs LZMA2 decoder and CRC32.
if(UNIX AND HAVE_DECODERS)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/test_scripts")
@ -135,6 +136,7 @@ if(BUILD_TESTING)
)
endif()
# test_suffix.sh only needs LZMA2 encoder and decoder.
if(UNIX AND HAVE_ENCODERS AND HAVE_DECODERS)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/test_suffix")