diff --git a/CMakeLists.txt b/CMakeLists.txt index 6eefa4b8..ebac679c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -250,7 +250,7 @@ else() endif() endif(SIMGEAR_HEADLESS) -find_package(ZLIB REQUIRED) +find_package(ZLIB 1.2.4 REQUIRED) find_package(CURL REQUIRED) if (SYSTEM_EXPAT)