-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Third-Party broken #2897
Comments
A quick work-around is to build with |
Thanks for your help! |
@abernste
I temporally fix it by adding apostrophes to the last expression. I found that solution somewhere on stackoverflow. @1. If you download a clean 2.16.4 - cmake+compilation works on the source? @2. If you download a clean 2.16.5 - cmake+compilation works on the source? @3. If you download a clean 2.16.4, run cmake + compile and then update to 2.16.5 - does it fail with above error? @dorodnic |
third-party - lib issue
1 Build Issue
after switching from version 2.16.4 to 2.16.5, I now get this compiling errors
2 Build fix for another issue
Second in the file
third-party/libtm/resources/CMakeLists.txt
are some issues.The
string(REGEX REPLACE "..." "..." buffer ${buffer})
regex and replace need 6 parameters.There are 6, but the last one hast to be written in that way
"${buffer}"
.The text was updated successfully, but these errors were encountered: