typo
-
-
I think the main cause of this was ThirdParty/CMakeLists.txt. It always downloads the latest master branch of this repo. This breaks reproducibility of our git history since there is no easy way to get the version of cxroot that was in use at the time a commit was made i.e. this issue was causing my old branches that were working to fail.
Ideally, once we are further along in development, we should think about explicitly versioning all of our dependencies (for cxroot, that would be with git tags).
Edited by Remy Prechelt
Please register or sign in to comment