Sync 3rdParty folder with SVN repo
This commit is contained in:
parent
0a81018df9
commit
247ca7b113
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ endif()
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
# download 3rdparty dependencies zip, including boost
|
# download 3rdparty dependencies zip, including boost
|
||||||
ExternalProject_Add(WinDeps
|
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
|
# extract to current root
|
||||||
SOURCE_DIR ${CMAKE_BINARY_DIR}/winDeps/${RDPARTY_DIR}
|
SOURCE_DIR ${CMAKE_BINARY_DIR}/winDeps/${RDPARTY_DIR}
|
||||||
BINARY_DIR ${CMAKE_BINARY_DIR}
|
BINARY_DIR ${CMAKE_BINARY_DIR}
|
||||||
|
|
Loading…
Reference in a new issue