Auto-generate CMake file lists

pull/13675/head^2
Protobuf Team Bot 2 years ago
parent e02b6a9335
commit cd176a0cd1
  1. 2
      cmake/CMakeLists.txt

@ -44,6 +44,8 @@ if(NOT TARGET utf8_range)
if(EXISTS ../external/utf8_range)
# utf8_range is already installed
include_directories(../external/utf8_range)
elseif(EXISTS ../../utf8_range)
include_directories(../../utf8_range)
else()
include(FetchContent)
FetchContent_Declare(

Loading…
Cancel
Save