Find python3 in cmake, fix warning#328
Merged
scpeters merged 2 commits intogazebosim:sdf9from Aug 6, 2020
Merged
Conversation
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
|
The sdformat ci is still failing one test, which seems psutil related: |
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## sdf9 #328 +/- ##
=======================================
Coverage 86.40% 86.40%
=======================================
Files 59 59
Lines 9053 9053
=======================================
Hits 7822 7822
Misses 1231 1231 Continue to review full report at Codecov.
|
Member
Author
should be fixed by 1f84744 |
Member
Author
|
CI is 🟢 |
chapulina
approved these changes
Aug 5, 2020
azeey
approved these changes
Aug 5, 2020
Collaborator
azeey
left a comment
There was a problem hiding this comment.
LGTM! I guess CMake warnings are ignored in windows?
Member
Author
I guess not; it actually has quite a few cmake warnings, but we'll just leave those alone for now |
scpeters
added a commit
that referenced
this pull request
Aug 6, 2020
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters
added a commit
to scpeters/sdformat
that referenced
this pull request
Aug 6, 2020
* Also use python3 in test Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters
added a commit
to scpeters/sdformat
that referenced
this pull request
Aug 6, 2020
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters
added a commit
that referenced
this pull request
Aug 7, 2020
* Also use python3 in test Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters
added a commit
that referenced
this pull request
Aug 7, 2020
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters
added a commit
to scpeters/sdformat
that referenced
this pull request
Aug 7, 2020
* Also use python3 in test Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters
added a commit
to scpeters/sdformat
that referenced
this pull request
Aug 7, 2020
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters
added a commit
that referenced
this pull request
Aug 7, 2020
* Also use python3 in test Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters
added a commit
that referenced
this pull request
Aug 7, 2020
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters
added a commit
to scpeters/sdformat
that referenced
this pull request
Sep 3, 2020
* Also use python3 in test Signed-off-by: Steve Peters <scpeters@openrobotics.org>
chapulina
pushed a commit
that referenced
this pull request
Sep 3, 2020
* Also use python3 in test Signed-off-by: Steve Peters <scpeters@openrobotics.org>
traversaro
pushed a commit
to traversaro/sdformat
that referenced
this pull request
Sep 5, 2020
* Also use python3 in test Signed-off-by: Steve Peters <scpeters@openrobotics.org>
traversaro
pushed a commit
to traversaro/sdformat
that referenced
this pull request
Sep 5, 2020
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
scpeters
added a commit
to scpeters/sdformat
that referenced
this pull request
Nov 22, 2021
* Also use python3 in test Signed-off-by: Steve Peters <scpeters@openrobotics.org>
7 tasks
scpeters
added a commit
that referenced
this pull request
Nov 29, 2021
* Fix cmake warning about newlines * Find python3 in cmake, fix warning (#328) Signed-off-by: Steve Peters <scpeters@openrobotics.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There are some cmake warnings now reported by jenkins since we upgraded one of the jenkins plugins:
The issue is that we are installing the python3 version of
psutil, so we need to find thepython3interpreter in cmake.