FlexoVM / flexovm

30 stars 4 forks source link

Remove robovm links in CMakeLists.txt #1

Closed ashleyj closed 8 years ago

ashleyj commented 8 years ago

Remove robovm github links to link to this repo and SHA

offending files llvm/CMakeLists.txt

ExternalProject_Add(extclang 
76    GIT_REPOSITORY git://github.com/robovm/clang.git
… 
87  set(LLVM_CXX_FLAGS "${C_CXX_FLAGS} -fvisibility=hidden -fdata-sections -ffunction-sections")
88  ExternalProject_Add(extllvm
89    DEPENDS extclang
90    GIT_REPOSITORY git://github.com/robovm/llvm.git
91    GIT_TAG aceb47b80838681fe65a1d01aac7aae7b863ac5a

vm/CMakeLists.txt

ExternalProject_Add(libatomic_ops 
254   GIT_REPOSITORY git://github.com/ivmai/libatomic_ops.git
… 
262 ExternalProject_Add(extgc 
263   DEPENDS libatomic_ops
264   GIT_REPOSITORY git://github.com/robovm/bdwgc.git
265   GIT_TAG 0458ff8c3cc04376bb4584de7729e6dbb6384bad
ashleyj commented 8 years ago

closed by b90d63cd1df87c3e44e2945908c18bf689c6d2d1