From 898eaf4ac7d1c7c2fddbdc320a24be89c4e70b19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Mon, 14 Feb 2011 19:26:33 +0000 Subject: [PATCH] cmake: give a hint that it is possible to download 3rd party libs git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37658 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/modules/FindGNUWIN32.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/development/cmake/modules/FindGNUWIN32.cmake b/development/cmake/modules/FindGNUWIN32.cmake index 9ccec335dc..ea3ab25e98 100644 --- a/development/cmake/modules/FindGNUWIN32.cmake +++ b/development/cmake/modules/FindGNUWIN32.cmake @@ -38,7 +38,9 @@ if(WIN32) else() if (GNUWIN32_FIND_REQUIRED) set(GNUWIN32_DIR CACHE PATH FORCE) - message(FATAL_ERROR "Could NOT find GNUWIN32, please set GNUWIN32_DIR") + message(STATUS "ERROR: Could NOT find GNUWIN32, please set GNUWIN32_DIR") + message(STATUS "ERROR: or let cmake download all required files by using -DLYX_3RDPARTY_DOWNLOAD=1") + message(FATAL_ERROR) endif() endif() -- 2.39.2