-
Notifications
You must be signed in to change notification settings - Fork 7
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
ladislas/feature/cmake python version #1119
Conversation
ladislas
commented
Nov 14, 2022
- 🩹 (cmake): Add missing python shebang
- 🔨 (cmake): Pin python version to 3.10, brew's current default
Codecov Report
@@ Coverage Diff @@
## develop #1119 +/- ##
========================================
Coverage 96.04% 96.04%
========================================
Files 133 133
Lines 3183 3183
========================================
Hits 3057 3057
Misses 126 126 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff listNo differenes where found in map files. |
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff listNo differenes where found in map files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -1,4 +1,7 @@ | |||
# file which is invoked by the cmake build system to check if all necessary python packages are installed. | |||
#!/usr/bin/env python3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also missing for configure_cmake_for_target.py
, in the same cmake/scripts
directory. Would you like to update it too?
8cfc07c
to
0721aab
Compare
Kudos, SonarCloud Quality Gate passed! |