cmake: disable re2 test

This commit is contained in:
Mizux Seiha
2022-06-09 12:39:26 +02:00
parent b0a78201dd
commit 33024913bd

View File

@@ -113,6 +113,7 @@ if(BUILD_re2)
message(CHECK_START "Fetching re2")
list(APPEND CMAKE_MESSAGE_INDENT " ")
set(ABSL_ENABLE_INSTALL ON)
set(RE2_BUILD_TESTING OFF)
FetchContent_Declare(
re2
GIT_REPOSITORY "https://github.com/google/re2.git"