Update Findre2.cmake

This commit is contained in:
Mizux
2022-04-26 17:25:19 +02:00
committed by GitHub
parent ecff6d93c0
commit fdee5f10f7

View File

@@ -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)