-
Notifications
You must be signed in to change notification settings - Fork 156
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
CMake: Fix Python3 and Doxygen invocations. #49
Conversation
Codecov Report
@@ Coverage Diff @@
## master #49 +/- ##
=======================================
+ Coverage 96.99% 97% +<.01%
=======================================
Files 13 13
Lines 766 768 +2
=======================================
+ Hits 743 745 +2
Misses 23 23
Continue to review full report at Codecov.
|
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.
Hi @tamaskenez, thanks for submitting a PR. I like a lot of the changes I see here. I'm just wondering if it's not necessary to specify the optimization flags for g++. I'm not the biggest CMake expert.
There are a few things I need to say:
|
Yes the CSV parser uses threads and won't compile without -pthread |
I removed the unnecessary changes from my master, so this is only 1 file, please review. |
Do you think it's possible to incorporate the suggestions from #6? |
Yes, I can do it. I mean, I suggest not to extend to scope of this PR. I'll do it in a separate CL. |
Yes you're right. Thanks again for your help! |
No description provided.