aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-09 09:28:00 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-09 09:28:00 +0000
commitf0d8951ae05457e901abaf8aa0cd2abf86685248 (patch)
tree3e195f3ee05b5e7f278c7d30b43f568a58f67e47 /cmake
parent308f743247aab66d1493fcf96e7cf66a4a919443 (diff)
Also look for /usr/bin/open as HtmlViewer.
svn path=/trunk/; revision=30874
Diffstat (limited to '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