This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 89e7ed8c93bde77d975f47c16c714df95e0f4e3c Author: Brian Neradt <[email protected]> AuthorDate: Thu Mar 28 12:33:34 2024 -0500 swoc: install swoc_ip_util.h (#11190) Adding swoc_ip_util.h to the list of header sources so that it will be installed in the expected swoc include location. (cherry picked from commit b1ae2399c1359aa06e819198bdbdcc05967b2c63) --- lib/swoc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/swoc/CMakeLists.txt b/lib/swoc/CMakeLists.txt index 3191524982..53819ebaf3 100644 --- a/lib/swoc/CMakeLists.txt +++ b/lib/swoc/CMakeLists.txt @@ -44,6 +44,7 @@ set(HEADER_FILES ${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/string_view_util.h ${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/swoc_file.h ${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/swoc_ip.h + ${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/swoc_ip_util.h ${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/swoc_meta.h ${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/swoc_version.h )
