Closed xavier-guardian closed 3 months ago
The top level CMakeLists.txt references a nonexistent tag for the TinyMPC Repo. This prevents installing with pip.
CMakeLists.txt
FetchContent_Declare( tinympc GIT_REPOSITORY https://github.com/TinyMPC/TinyMPC.git GIT_TAG sam-dev-python )
Changed to point to a valid commit instead. Thank you!
The top level
CMakeLists.txt
references a nonexistent tag for the TinyMPC Repo. This prevents installing with pip.