Skip to content

Commit

Permalink
Issue SimonKagstrom#256: build: Don't link system libraries with zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Jun 20, 2018
1 parent 7f4d838 commit c630aa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ add_library (kcov_system_lib SHARED engines/system-mode-binary-lib.cc utils.cc s
set_target_properties(kcov_system_lib PROPERTIES SUFFIX ".so")
target_link_libraries(kcov_system_lib
"${DL_LIBRARY}"
${ZLIB_LIBRARIES}
)

add_library (kcov_system_lib_32 SHARED engines/system-mode-binary-lib.cc utils.cc system-mode/registration.cc)
Expand Down

0 comments on commit c630aa4

Please sign in to comment.