Skip to content

Commit

Permalink
build: add curl for test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Jun 30, 2023
1 parent cdb4275 commit c529177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (BUILD_STATIC_LIBS)
)
TARGET_C_PROPERTIES (${HDF5_TEST_LIB_TARGET} STATIC)
target_link_libraries (${HDF5_TEST_LIB_TARGET}
PUBLIC ${LINK_LIBS} ${HDF5_LIB_TARGET}
PUBLIC ${LINK_LIBS} ${HDF5_LIB_TARGET} "$<$<BOOL:${HDF5_ENABLE_ROS3_VFD}>:CURL::libcurl>"
PRIVATE "$<$<OR:$<PLATFORM_ID:Windows>,$<PLATFORM_ID:MinGW>>:ws2_32.lib>"
)
if (MINGW)
Expand Down

0 comments on commit c529177

Please sign in to comment.