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.
In the CMakeLists, this is still referencing the old SVN repo:
Ideally, you don't have to do this... but if you do, it'll be good to move this to reference the GitHub repo.