Summary: | CMake configuration does not honor environment variables | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Romain <rlerallut> |
Component: | Build tools: CMake | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | aleixpol, mail, wahaj_ahmad |
Priority: | NOR | ||
Version: | 4.0.1 | ||
Target Milestone: | 4.1.0 | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Romain
2010-08-20 11:14:29 UTC
You should get the same environment variables as the ones that were defined when kdevelop was started. If that's not what you want, please reopen as a wish. Thanks Facing same issue, cmake cannot get the Environment variables Also reported here https://stackoverflow.com/questions/9856251/how-can-i-get-kdevelop-to-recognize-environment-variables-in-ubuntu The linked stackoverflow thread has the answer to your question as well: you most probably do not have your environment variables exported in the environment you start KDevelop from (krunner, menu, ...). Try starting it from the shell: then it should work. If that is not the issue, please re-open. Oh my mistake, not a bug, thank you ! |