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
This commit is contained in:
Peter Kümmel 2011-02-14 19:26:33 +00:00
parent 05491c58cc
commit 898eaf4ac7

View File

@ -38,7 +38,9 @@ if(WIN32)
else() else()
if (GNUWIN32_FIND_REQUIRED) if (GNUWIN32_FIND_REQUIRED)
set(GNUWIN32_DIR CACHE PATH FORCE) 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()
endif() endif()