-
Notifications
You must be signed in to change notification settings - Fork 510
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
'SQLiteCpp/SQLiteCpp.h' file not found #267
Comments
Hello, |
Ok, I get it, let me try the example |
Thanks for reporting @bear24rw! Looking at recent changes, it's easy to see that it's coming from @emmenlau any inputs on this? Then, I should find a way to test all this with a Github Action CI in this repository, so we would keep track this on all pull requests! |
Thanks for the fast fix! |
I think the fix may introduce a code duplication in cmake: 76bd3b2#commitcomment-37028296 |
Sorry, I was too tired, but I have fixed my fix thanks to your feedback :) |
Awesome, thanks for your always quick support @SRombauts ! Let me know if there are sometimes cmake questions, I may find a bit of time to help... |
Ah, sadly not always quick, I have a newborn baby at home! Right now I think that the project is nearly in a good shape for a first 3.0 release: my only one question is about the cxx standard flag. Edit: Right now my best guess would be to simply remove the REQUIRED flag |
I guess its the #239 about c++20? |
Here is a proposal: #269. In my humble opinion, this new PR adds the best of all worlds. It does not need a lot of extra logic, but allows users to specify any c++ standard. It still enforces the bare minimum requirement (c++11 if tests are enabled). What do you think? |
Master branch seems to have broken header file exporting:
It works correctly with the tagged version in the example project: SQLiteCpp @ 8485bb7
The text was updated successfully, but these errors were encountered: