mirror of
https://github.com/libjpeg-turbo/libjpeg-turbo.git
synced 2026-01-18 13:31:21 +01:00
Build: Add dire warning to WITH_TESTS description
(basically a CYA disclaimer that, if you don't build and run the regression tests, then we assume no responsibility for any incorrect JPEGage or other hilarity that may ensue.)
This commit is contained in:
@@ -271,7 +271,7 @@ boolean_number(WITH_TURBOJPEG)
|
||||
option(WITH_TOOLS
|
||||
"Build command-line tools (Disabling this disables WITH_TESTS)" TRUE)
|
||||
boolean_number(WITH_TOOLS)
|
||||
option(WITH_TESTS "Enable regression tests, and build associated test programs"
|
||||
option(WITH_TESTS "Enable regression tests, and build associated test programs (WARNING: Disable this at your own risk. If a build is not validated with the regression tests, then it is the responsibility of the builder to ensure, via other means, that the build produces mathematically correct results.)"
|
||||
TRUE)
|
||||
boolean_number(WITH_TESTS)
|
||||
if(NOT WITH_TOOLS)
|
||||
|
||||
Reference in New Issue
Block a user