Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 132d3b0..37fec63 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -92,7 +92,7 @@ else()
  6. endif()
  7.  
  8. if(WITH_ZLIB)
  9. - find_package(zlib REQUIRED)
  10. + find_package(ZLIB REQUIRED)
  11. add_definitions(-DZLIB)
  12. if(ZLIB_INCLUDE_DIRS)
  13. # CMake 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement