From: Peter Kümmel Date: Sun, 3 Sep 2006 09:10:18 +0000 (+0000) Subject: also work with spaces in the path X-Git-Tag: 1.6.10~12662 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=55b3fd5874da5fa11a090d024f61568701049fe7;p=features.git also work with spaces in the path git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14873 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/modules/FindGNUWIN32.cmake b/development/cmake/modules/FindGNUWIN32.cmake index 9a6fa1440d..30bb7d224d 100644 --- a/development/cmake/modules/FindGNUWIN32.cmake +++ b/development/cmake/modules/FindGNUWIN32.cmake @@ -6,7 +6,7 @@ endif(NOT GNUWIN32_DIR) find_file(GNUWIN32_DIR gnuwin32 win32libs PATHS - ${_progFiles} + "${_progFiles}" "C:/" )