]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/modules/FindGNUWIN32.cmake
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / development / cmake / modules / FindGNUWIN32.cmake
index 9ccec335dcc552400084b8bc9dee86b71d1dec49..93afaef7502db52f19daafb09623969a4d8fd8e0 100644 (file)
@@ -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_DEPENDENCIES_DOWNLOAD=1")
+                       message(FATAL_ERROR)
                endif()
        endif()