aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGizem Yurdagul <gizemnuryurdagul@gmail.com>2017-12-27 14:48:16 +0300
committerGraham Bloice <graham.bloice@trihedral.com>2017-12-28 10:47:40 +0000
commitfbeca26f035fe6a2a9632dee6d691629a6003d28 (patch)
tree7474333b71880ac0a9eab875a46dff8c6568dcc0 /cmake
parent25425839cfe06b6d6b3dbd5a0fc6c4ed6fed9546 (diff)
CMake: Additional default Cygwin location
On 64bit Windows, Cygwin installer sets the installation path as "C:/tools/cygwin64", add this to the set of default locations when searching for Cygwin. Change-Id: I2d6ff0dfb18f24a595583c5a9c4b05d573e05e75 Reviewed-on: https://code.wireshark.org/review/25029 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindCygwin.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindCygwin.cmake b/cmake/modules/FindCygwin.cmake
index 44ec69488e..aec680a464 100644
--- a/cmake/modules/FindCygwin.cmake
+++ b/cmake/modules/FindCygwin.cmake
@@ -52,6 +52,7 @@ if (WIN32)
"C:/Cygwin"
"C:/Cygwin64"
"C:/tools/cygwin"
+ "C:/tools/cygwin64"
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygwin\\setup;rootdir]"
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]"
)