From: Peter Kümmel Date: Mon, 14 Feb 2011 19:26:33 +0000 (+0000) Subject: cmake: give a hint that it is possible to download 3rd party libs X-Git-Tag: 2.0.0~747 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=898eaf4ac7d1c7c2fddbdc320a24be89c4e70b19;p=features.git 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 --- 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()