]> git.lyx.org Git - features.git/commitdiff
fix the alien build system
authorPeter Kümmel <syntheticpp@gmx.net>
Tue, 6 Dec 2011 19:50:59 +0000 (19:50 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 6 Dec 2011 19:50:59 +0000 (19:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40396 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index 20115b261d64ff2407afea34f7bdc48d74983aab..21894951413d9c84efb2f630d379101745e1aab8 100644 (file)
@@ -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)