Auto-generate files after cl/580682733

pull/14693/head
Protobuf Team Bot 1 year ago
parent 5ca84008fc
commit 6105bb19ee
  1. 6
      upb/cmake/CMakeLists.txt

@ -40,11 +40,9 @@ if(UPB_ENABLE_UBSAN)
endif()
if(NOT TARGET utf8_range)
if(EXISTS ../../external/utf8_range)
if(EXISTS ../../third_party/utf8_range)
# utf8_range is already installed
include_directories(../external/utf8_range)
elseif(EXISTS ../../utf8_range)
include_directories(../../utf8_range)
include_directories(../../third_party/utf8_range)
else()
include(FetchContent)
FetchContent_Declare(

Loading…
Cancel
Save