introlab / irl_audio

A fork of IntRoLab's original ROS packages for ManyEars
6 stars 10 forks source link

manyears_ros looking at old SVN repository #3

Open elaske opened 7 years ago

elaske commented 7 years ago

In the CMakeLists, this is still referencing the old SVN repo:

# The ManyEars library can be found on SourceForge, and will be built internally
# to this package as an external project.
include(ExternalProject)
externalproject_add(
    manyearslib
    SVN_REPOSITORY     http://svn.code.sf.net/p/manyears/code/trunk/manyears-C
    BUILD_COMMAND      make
)

Ideally, you don't have to do this... but if you do, it'll be good to move this to reference the GitHub repo.