]> git.lyx.org Git - features.git/commitdiff
also work with MSYS
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 3 Sep 2006 13:20:38 +0000 (13:20 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 3 Sep 2006 13:20:38 +0000 (13:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14878 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/modules/FindGNUWIN32.cmake

index 7f81048193cceee18c13cdd11915f420ab607398..4a2c6adc90f283e97151e7fa315491c2cb194a9e 100644 (file)
@@ -8,11 +8,12 @@ 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 gnuwin32 win32libs 
+               find_file(GNUWIN32_DIR_tmp gnuwin32 win32libs 
                        PATHS
                        "${_progFiles}"
-                       "C:/"
+                       "C:/" "D:/" "E:/" "F:/" "G:/"
                )
+               set(GNUWIN32_DIR ${GNUWIN32_DIR_tmp})
        endif(NOT GNUWIN32_DIR)
 endif(NOT GNUWIN32_DIR)