Remove debug output that leaked into install config

PiperOrigin-RevId: 709814447
pull/19783/head
Mike Kruskal 2 months ago committed by Copybara-Service
parent aebf8b9459
commit 5cf5e8688c
  1. 1
      cmake/install.cmake

@ -120,7 +120,6 @@ foreach(_header ${protobuf_HEADERS})
break()
endif()
endforeach()
message(${_from_dir} "-" ${_header})
# Escape _from_dir for regex special characters in the directory name.
string(REGEX REPLACE "([$^.[|*+?()]|])" "\\\\\\1" _from_dir_regexp "${_from_dir}")

Loading…
Cancel
Save