mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
fix the alien build system
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40396 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3c6a619182
commit
29df149f5f
@ -109,7 +109,7 @@ if(LYX_DEPENDENCIES_DOWNLOAD)
|
||||
message(STATUS)
|
||||
set(LYX_DEPENDENCIES_DIR ${CMAKE_BINARY_DIR}/msvc2010-deps)
|
||||
message(STATUS "Using downloaded dependencies in ${LYX_DEPENDENCIES_DIR}")
|
||||
set(deps_files lyx20-deps-msvc2010.zip)
|
||||
set(deps_files lyx20-deps-msvc2010-x86.zip)
|
||||
set(deps_server http://downloads.sourceforge.net/project/lyx/Win_installers/Dependencies)
|
||||
foreach(it ${deps_files})
|
||||
set(already_downloaded already_downloaded-NOTFOUND CACHE PATH "downloaded" FORCE)
|
||||
|
Loading…
Reference in New Issue
Block a user