aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-09-23 06:59:41 +0000
committerJörg Mayer <jmayer@loplof.de>2010-09-23 06:59:41 +0000
commitde916f6bfbc4fb6b30c7da39cb68941ea4e4ee67 (patch)
tree76d41990f743de9c42bc73ba11a7d8255d864433 /cmake
parent57a7873857dca94a8021c258f30ac84200a3550b (diff)
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
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindHtmlViewer.cmake2
1 files changed, 1 insertions, 1 deletions
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