Skip to content

Commit

Permalink
removed static zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Aug 17, 2017
1 parent 6d1b921 commit 1d514b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 108 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## [4.0.0] - 17-08-2017
### Changes
- All errors are throwing runtime exceptions instead of logging
- zlib linked statically

### Updated
- All the compiler warnings are report as error
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ include_directories (${CMAKE_BINARY_DIR})
include_directories (${CMAKE_SOURCE_DIR})

include(FindPackageHandleStandardArgs)
include(FindZLIB)

# We need C++11
macro(require_cpp11)
Expand Down Expand Up @@ -117,7 +116,7 @@ set_target_properties(ripe PROPERTIES

target_link_libraries(ripe
${CRYPTOPP_LIBRARIES}
${ZLIB_STATIC_LIB}
${ZLIB_LIBRARIES}
)

target_compile_definitions(ripe PRIVATE
Expand Down
105 changes: 0 additions & 105 deletions cmake/FindZLIB.cmake

This file was deleted.

0 comments on commit 1d514b5

Please sign in to comment.