Skip to content

Commit

Permalink
Remove debug output that leaked into install config
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 709814447
  • Loading branch information
mkruskal-google authored and copybara-github committed Dec 26, 2024
1 parent aebf8b9 commit 5cf5e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 5cf5e86

Please sign in to comment.