diff --git a/cmake/Findre2.cmake b/cmake/Findre2.cmake index d5907296ab..3e57daa27e 100644 --- a/cmake/Findre2.cmake +++ b/cmake/Findre2.cmake @@ -24,10 +24,10 @@ include(FindPackageHandleStandardArgs) if(NOT re2_NO_re2_CMAKE) # do a find package call to specifically look for the CMake version - # of Cbc + # of re2 find_package(re2 QUIET NO_MODULE) - # if we found the Cbc cmake package then we are done, and + # if we found the re2 cmake package then we are done, and # can print what we found and return. if(re2_FOUND) find_package_handle_standard_args(re2 CONFIG_MODE)