]> git.lyx.org Git - features.git/commitdiff
also work with spaces in the path
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 3 Sep 2006 09:10:18 +0000 (09:10 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 3 Sep 2006 09:10:18 +0000 (09:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14873 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/modules/FindGNUWIN32.cmake

index 9a6fa1440dc55361d81a4474bbb1e66633f064be..30bb7d224d14bc2c47de338f4d1822ee012c683a 100644 (file)
@@ -6,7 +6,7 @@ endif(NOT GNUWIN32_DIR)
 
 find_file(GNUWIN32_DIR gnuwin32 win32libs 
    PATHS
-   ${_progFiles}
+   "${_progFiles}"
    "C:/"
 )