Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jul 16, 2024
1 parent f0999e6 commit e2687bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan_provider.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit e2687bf

Please sign in to comment.