Skip to content

Commit

Permalink
#2321: remove target_include_directories from zlib linking
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jul 18, 2024
1 parent 4432be4 commit eeae60d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/link_vt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ function(link_target_with_vt)
target_link_libraries(
${ARG_TARGET} PUBLIC ${ARG_BUILD_TYPE} ${ZLIB_LIBRARIES}
)
target_include_directories(
${ARG_TARGET} PUBLIC $<BUILD_INTERFACE:${ZLIB_INCLUDE_DIRS}>
)
endif()

if (NOT DEFINED ARG_LINK_FMT AND ${ARG_DEFAULT_LINK_SET} OR ARG_LINK_FMT)
Expand Down

0 comments on commit eeae60d

Please sign in to comment.