Update Findre2.cmake
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user