mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
05491c58cc
commit
898eaf4ac7
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user