Build: Updated common to shared

This commit is contained in:
Paul Beckingham 2016-03-15 22:45:24 -04:00
parent 3f9f244f7f
commit 96059d32bd
9 changed files with 12 additions and 10 deletions

View file

@ -42,8 +42,8 @@ configure_file (
${CMAKE_SOURCE_DIR}/cmake.h.in
${CMAKE_SOURCE_DIR}/cmake.h)
ExternalProject_Add (common-1.0
GIT_REPOSITORY "ssh://git@git.tasktools.org/tm/common.git"
ExternalProject_Add (libshared
GIT_REPOSITORY "https://git.tasktools.org/scm/tm/libshared.git"
GIT_TAG "master"
#UPDATE_DISCONNECTED 1 # Needs 3.2
)