diff --git a/conan_provider.cmake b/conan_provider.cmake index 79f16e16..202f629d 100644 --- a/conan_provider.cmake +++ b/conan_provider.cmake @@ -532,7 +532,7 @@ function(conan_version_check) if(NOT CONAN_VERSION_CHECK_MINIMUM) message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") endif() - if(NOT CONAN_VERSION_CHECK_CURRENT) + if(NOT CONAN_VERSION_CHECK_CURRENT) message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") endif()