aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-09-19 22:24:14 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-09-20 15:49:57 +0000
commit76e31fe09e305e58b11991808dc9be59cba32004 (patch)
tree9b7a30c0521572079f453358b51a04af6788ce8a /cmake/modules
parentbb12a187df01c3789fae3c1a1d07e3bf9837e5e1 (diff)
CMake: Add Doxygen search hint for Windows
This is where chocolatey installs doxygen. > choco install doxygen.install
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindDOXYGEN.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindDOXYGEN.cmake b/cmake/modules/FindDOXYGEN.cmake
index 381048989b..52e129a0b4 100644
--- a/cmake/modules/FindDOXYGEN.cmake
+++ b/cmake/modules/FindDOXYGEN.cmake
@@ -11,6 +11,7 @@ find_program( DOXYGEN_EXECUTABLE
/usr/bin
/usr/local/bin
/sbin
+ $ENV{ProgramFiles}/doxygen/bin
)
# We set various paths in doxygen.cfg via configure_file(). These are