CMake: Add comments

This commit is contained in:
Lasse Collin 2024-05-20 16:55:00 +03:00
parent d35368b33e
commit 9d997d6f9d
1 changed files with 2 additions and 0 deletions

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")