aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindHtmlViewer.cmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 06:59:41 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 06:59:41 +0000
commite65f9624a51a9fd97e08fc57dd39d1d34c1a3e9a (patch)
tree76d41990f743de9c42bc73ba11a7d8255d864433 /cmake/modules/FindHtmlViewer.cmake
parent60e8671c0db85be48d359eefaaf61b2cbe8fb4af (diff)
Try to add support to learn the HTML_VIEWER variable and the DOC_DIR variables from the environment - not yet working
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34200 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cmake/modules/FindHtmlViewer.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