or upper -> higher

This commit is contained in:
Viktor Szakats 2026-04-21 23:26:33 +02:00
parent 73daec6620
commit 68a0bb1f50
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@ option(CURL_USE_PKGCONFIG "Enable pkg-config to detect @PROJECT_NAME@ dependenci
if(CMAKE_VERSION VERSION_LESS @CMAKE_MINIMUM_REQUIRED_VERSION@)
message(STATUS "@PROJECT_NAME@: @PROJECT_NAME@-specific Find modules require "
"CMake @CMAKE_MINIMUM_REQUIRED_VERSION@ or upper, found: ${CMAKE_VERSION}.")
"CMake @CMAKE_MINIMUM_REQUIRED_VERSION@ or higher, found: ${CMAKE_VERSION}.")
endif()
include(CMakeFindDependencyMacro)