]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/modules/FindZLIB.cmake
cmake: -Dhelp=1 lists all options
[lyx.git] / development / cmake / modules / FindZLIB.cmake
index 64cc8d0f818bc9b09f642e668604e9491cf49d13..96fb7b6644553ce18ab3edd3de9aad66632df277 100644 (file)
@@ -34,7 +34,7 @@ else()
    if(ZLIB_FIND_REQUIRED)
       message(STATUS "Looked for Z libraries named ${POTENTIAL_Z_LIBS}.")
       message(STATUS "Found no acceptable Z library. This is fatal.")
-      message(FATAL_ERROR "Could NOT find z library")
+      message(FATAL_ERROR "Could NOT find z library, set GNUWIN32_DIR to dir containing /include and /bin folders: -DGNUWIN32_DIR=...")
    endif()
 endif()