diff options
-rw-r--r-- | modules/FindGNUWIN32.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindGNUWIN32.cmake b/modules/FindGNUWIN32.cmake index bbe5debb..d41af6f9 100644 --- a/modules/FindGNUWIN32.cmake +++ b/modules/FindGNUWIN32.cmake @@ -20,7 +20,7 @@ if(NOT GNUWIN32_DIR) if(NOT GNUWIN32_DIR) # search in the default program install folder file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _progFiles) - find_file(GNUWIN32_DIR_tmp gnuwin32 win32libs + find_file(GNUWIN32_DIR_tmp win32libs gnuwin32 PATHS "${_progFiles}" "C:/" "D:/" "E:/" "F:/" "G:/" |