-
Notifications
You must be signed in to change notification settings - Fork 24
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
Can't give Clion tools to import cmake projects #14
Comments
Could you please post your |
It's just |
This is still an issue unfortunately, any hints to what could cause this? |
Sometimes I need to open the settings dialog twice for the variables to appear. If this does not help the problem is maybe the same as #11. |
It does indeed work when launching it from the terminal. |
I've got a pretty simple Clion project on macOS that I also want to be able to work on from NixOS.
I've added a shell.nix like this:
but Clion's cmake loading can't see these variables and fails to do anything, complaining that they're not set.
In the IDE's terminal, the variables are set and I can execute the tools as expected.
The text was updated successfully, but these errors were encountered: