-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
auto-generated CMakeLists.txt is not appropriate for VCS (clion) #523
Comments
Please re-test development version. |
ivankravets
added a commit
that referenced
this issue
Feb 29, 2016
@ivankravets By this do you mean clone & install? |
I don't see here other normal solution. We will contact with CLion vendor and discuss "PlatformIO IDE for CLion". The other hook: I can add new target to CLion named "Rebuild C/C++ Project Index" which will regenerate CMakeLists*.txt files. WDYT? |
boneskull
added a commit
to boneskull/ntp-clock
that referenced
this issue
Mar 1, 2016
- see platformio/platformio-core#523 - temporarily modifies `.travis.yml` so it will hopefully build
Please reopen this issue if you still have questions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I execute the following:
CMakeLists.txt
is generated. It contains a lot of stuff, but also:and references to every single library I have installed, regardless of whether or not my project uses them.
The text was updated successfully, but these errors were encountered: