tahonermann / text_view

A C++ concepts and range based character encoding and code point enumeration library
MIT License
122 stars 14 forks source link

Use git submodules to configure the cmcstl2 dependency #1

Closed tahonermann closed 7 years ago

tahonermann commented 8 years ago

text_view depends on the cmcstl2 library for concept definitions. Currently, users must separately download, build, and install cmcstl2, and then build text_view with settings pointing to the cmcstl2 installation to use. Since cmcstl2 is also hosted on github, git submodules could be used to configure the dependency, including version or fork requirements.

tahonermann commented 7 years ago

Closing this. The new cmake based build system provided in issue #2 provides additional features that help to deal with the dependency.