-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update FindMatlab.cmake to CMake's v3.14.3 #11
Conversation
Import latest CMake's FindMatlab.cmake file, from CMake v3.14.3 Exact file URL: https://raw.githubusercontent.com/Kitware/CMake/v3.14.3/Modules/FindMatlab.cmake
Actually I do not think there is anything strange, this is exactly the problem described in robotology/blockfactory#4 (comment) , so there is not a lot to understand. Feel free not to check the output of |
To support the features required in the latest FindMatlab.cmake
Friendly ping @Giulero . |
Sorry for the delay! :/
Here the log: |
Sorry, I probably had to provide some detail about how to test a PR such as this. First of all, make sure that you do not have any custom modification in your qpOASES source repo, i.e. :
should give no local modified files, including my workaround in #9 . You can use
At this point, you can try to configure, compile and install the qpOASES project to verify if it is working correctly. You can just go back to the superbuild root and run
After the command is run successfully, you can test if the matlab bindings are working correctly or not. |
The additional fix 899afd8 was necessary. @Giulero if you can approve the PR ( https://help.github.com/en/articles/about-pull-request-reviews ) then I can merge it, thanks! |
Done :) |
@Giulero just to let you know, approving a PR is different from merging it (I had to gave you permissions to the repo to enable you to review the PR). In general, it is a good practice to only merge commits that would successfully configure and compile, to readability and to permit in the future to easily git bisect if a problem is detected. For this reason, it would have been slightly better to Squash and merge this PR, instead of just merging. "Squash and merge" (https://help.github.com/en/articles/about-pull-request-merges) combines all the commits of the PR in a single commit, that is a commit that successful configure and generates. Not a big problem for now, just a suggestion for the future. |
@traversaro I understand. |
Import latest CMake's FindMatlab.cmake file, from CMake v3.14.3
Exact file URL: https://raw.githubusercontent.com/Kitware/CMake/v3.14.3/Modules/FindMatlab.cmake