Skip to content

Commit

Permalink
Fix condition for linking against libz in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Aug 1, 2018
1 parent a470e68 commit 8162356
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ endif()
# Online libraries:
if(MADX_ONLINE)
target_link_libraries(madx ${SDDS_LIBRARIES})
endif()
if(NOT WIN32)
target_link_libraries(madx z)
endif()

Expand Down

0 comments on commit 8162356

Please sign in to comment.