aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindHtmlViewer.cmake
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-09 09:28:00 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-09 09:28:00 +0000
commit9af7aaf79958b017315462e182726c04bb21c7bb (patch)
tree3e195f3ee05b5e7f278c7d30b43f568a58f67e47 /cmake/modules/FindHtmlViewer.cmake
parent2adeb538c9bc17a0eb535af95f58223ccbafff0a (diff)
Also look for /usr/bin/open as HtmlViewer.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30874 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cmake/modules/FindHtmlViewer.cmake')
-rw-r--r--cmake/modules/FindHtmlViewer.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindHtmlViewer.cmake b/cmake/modules/FindHtmlViewer.cmake
index 7f4f18473b..36d8cf5d58 100644
--- a/cmake/modules/FindHtmlViewer.cmake
+++ b/cmake/modules/FindHtmlViewer.cmake
@@ -13,6 +13,7 @@ FIND_PROGRAM(HTML_VIEWER_EXECUTABLE
xdg-open
mozilla
htmlview
+ open
ENV{HTML_VIEWER}
PATHS
${CYGWIN_INSTALL_PATH}/bin