Skip to content

Commit

Permalink
Revert "Unix|CMake|libgui: Link with zlib"
Browse files Browse the repository at this point in the history
This reverts commit e1bb1ee.
  • Loading branch information
skyjake committed May 6, 2016
1 parent 4631b96 commit 7adcf47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doomsday/sdk/libgui/CMakeLists.txt
Expand Up @@ -118,9 +118,6 @@ if (TARGET assimp)
add_dependencies (libgui assimp)
if (MSVC)
target_link_libraries (libgui PRIVATE zlibstatic) # from assimp project
elseif (NOT APPLE)
find_package (ZLIB)
target_link_libraries (libgui PRIVATE ${ZLIB_LIBRARIES})
endif ()
endif ()

Expand Down

0 comments on commit 7adcf47

Please sign in to comment.