Closed Gecero closed 2 years ago
Hi @Gecero,
Thanks for this PR! Unfortunately, using an undefined version of FTXUI is a bad practice, because modifying FTXUI, like introducing breaking change would cause those project to break without updating those project. I used a commit hash to make others not to do this.
However, I am now using git tag. I believe we should land your patch, but specify the latest released version: v0.11
This is easier than manually updating CMakeLists.txt for every version. I had great headaches figuring out why my code worked in the main repository but wouldn't using this template. It was due to cmake downloading an old version of FTXUI. I don't want other people to experience this too.