From de916f6bfbc4fb6b30c7da39cb68941ea4e4ee67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 23 Sep 2010 06:59:41 +0000 Subject: Try to add support to learn the HTML_VIEWER variable and the DOC_DIR variables from the environment - not yet working svn path=/trunk/; revision=34200 --- cmake/modules/FindHtmlViewer.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/modules') diff --git a/cmake/modules/FindHtmlViewer.cmake b/cmake/modules/FindHtmlViewer.cmake index 36d8cf5d58..d96d49ecbf 100644 --- a/cmake/modules/FindHtmlViewer.cmake +++ b/cmake/modules/FindHtmlViewer.cmake @@ -14,7 +14,7 @@ FIND_PROGRAM(HTML_VIEWER_EXECUTABLE mozilla htmlview open - ENV{HTML_VIEWER} + $ENV{HTML_VIEWER} PATHS ${CYGWIN_INSTALL_PATH}/bin /bin -- cgit v1.2.1