-
Notifications
You must be signed in to change notification settings - Fork 43
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 add demo as default compiling option #152
Conversation
CMakeLists.txt
Outdated
@@ -267,6 +267,7 @@ endif () | |||
# Build the tools | |||
|
|||
add_subdirectory(docs/man) | |||
add_subdirectory(demo) |
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.
I suggest add an cmake option to decide build demos or not
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.
cmake failed
604eb9d
to
3a7b002
Compare
3a7b002
to
c06a705
Compare
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.
Yes, building the demo code is useful!
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #152 +/- ##
==========================================
+ Coverage 59.23% 59.25% +0.02%
==========================================
Files 96 96
Lines 26428 26440 +12
==========================================
+ Hits 15654 15667 +13
+ Misses 10774 10773 -1
☔ View full report in Codecov by Sentry. |
Did you overwrite your commits? The changes in CMakeLists.txt disappeared |
done by #225 |
No description provided.