Skip to content

Commit cf65e63

Browse files
author
Artiom N.
committed
Redundant hack removed: #112
1 parent c760995 commit cf65e63

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,6 @@ if (MSVC)
261261
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
262262
endif()
263263

264-
# Need to build HDF5.
265-
include_directories(ZLIB_ROOT "${zlib_BINARY_DIR}")
266-
set(ZLIB_LIBRARIES "${zlib_BINARY_DIR}/zlib")
267-
#
268-
269264
add_third_party(NAME "libzmq"
270265
GITHUB_REPOSITORY "zeromq/libzmq"
271266
VERSION "4.3.5"

0 commit comments

Comments
 (0)