also work with spaces in the path

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14873 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2006-09-03 09:10:18 +00:00
parent 7dc7f5b335
commit 55b3fd5874

View File

@ -6,7 +6,7 @@ endif(NOT GNUWIN32_DIR)
find_file(GNUWIN32_DIR gnuwin32 win32libs
PATHS
${_progFiles}
"${_progFiles}"
"C:/"
)