mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
ed519b1cba
This allows the Zstd compression-level to be set between 0-19. I've adjusted some of the tests, and error messages to indicates the selected algorithm, and min/max of its compression-level. Fixes: #24160
6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
CMake Error at compression-level.cmake:39 \(file\):
|
|
file compression level 100 for GZip should be in range 0 to 9
|
|
Call Stack \(most recent call first\):
|
|
argument-validation-compression-level-1.cmake:8 \(check_compression_level\)
|
|
CMakeLists.txt:3 \(include\)
|