TinyMPC / tinympc-python

Python interactive interface for TinyMPC
https://tinympc.org
MIT License
18 stars 5 forks source link

Referencing nonexistent "sam-dev-python" git tag for the TinyMPC repository #2

Closed xavier-guardian closed 3 months ago

xavier-guardian commented 3 months ago

The top level CMakeLists.txt references a nonexistent tag for the TinyMPC Repo. This prevents installing with pip.

FetchContent_Declare(
  tinympc
  GIT_REPOSITORY https://github.com/TinyMPC/TinyMPC.git
  GIT_TAG sam-dev-python
)
sschoedel commented 3 months ago

Changed to point to a valid commit instead. Thank you!