mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
also work with MSYS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14878 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9e18b8e975
commit
f81e924143
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user