From 2f6b068f1e468a5db7af2843607f6b863dac5396 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sat, 15 Nov 2008 20:55:19 +0000 Subject: [PATCH] add instructions in error case git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27491 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/modules/FindZLIB.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/modules/FindZLIB.cmake b/development/cmake/modules/FindZLIB.cmake index 64cc8d0f81..96fb7b6644 100644 --- a/development/cmake/modules/FindZLIB.cmake +++ b/development/cmake/modules/FindZLIB.cmake @@ -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() -- 2.39.2