tests: avoid false DOWNLOAD_CATCH manually-specified variables warning (#5803)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2025-08-21 15:52:09 -04:00
committed by GitHub
parent 8bbc3091c8
commit e71489c314
2 changed files with 1 additions and 2 deletions

View File

@@ -9,8 +9,6 @@
# CATCH_INCLUDE_DIR - path to catch.hpp
# CATCH_VERSION - version number
option(DOWNLOAD_CATCH "Download catch2 if not found")
if(NOT Catch_FIND_VERSION)
message(FATAL_ERROR "A version number must be specified.")
elseif(Catch_FIND_REQUIRED)