diff --git a/benchmark/checkperf.cmake b/benchmark/checkperf.cmake index ec1aa809d..3a72b75a0 100644 --- a/benchmark/checkperf.cmake +++ b/benchmark/checkperf.cmake @@ -7,7 +7,7 @@ # Clone the repository if it's not there find_package(Git QUIET) -if (SIMDJSON_IS_UNDER_GIT AND Git_FOUND AND (GIT_VERSION_STRING VERSION_GREATER "2.1.4")) # We use "-C" which requires a recent git +if (SIMDJSON_IS_UNDER_GIT AND Git_FOUND AND (GIT_VERSION_STRING VERSION_GREATER "2.1.4")) # We use "-C" which requires a recent git message(STATUS "Git is available and it is recent. We are enabling checkperf targets.") # sync_git_repository(myrepo ...) creates two targets: # myrepo - if the repo does not exist, creates and syncs it against the origin branch