From 247ca7b113931fc7d087f7916b69a3ce3229d871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20de=20l=27Hamaide?= Date: Sat, 30 Nov 2013 16:25:12 +0100 Subject: [PATCH] Sync 3rdParty folder with SVN repo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85b8251..a222843 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ endif() if (MSVC) # download 3rdparty dependencies zip, including boost ExternalProject_Add(WinDeps - SVN_REPOSITORY http://fgfs.goneabitbursar.com/fgwin3rdparty/trunk/msvc100/3rdparty + SVN_REPOSITORY http://fgfs.goneabitbursar.com/fgwin3rdparty/trunk/msvc100/${RDPARTY_DIR} # extract to current root SOURCE_DIR ${CMAKE_BINARY_DIR}/winDeps/${RDPARTY_DIR} BINARY_DIR ${CMAKE_BINARY_DIR}