Environment setup help #3378
hariharan-m
started this conversation in
General
Replies: 1 comment
-
Have you considered using CMakePresets.json, where you can explicitly set your toolchain file as well as setting up your environment in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am developing in a Devcontainer and I need to source a complex environment file to get my toolchain set up properly.
Whats the best way to accomplish this? I can add it to the bashrc or /etc/profile but those files dont seem to be used by the CMake process. When starting CMake is it possible to instruct the Extension to use a login/interactive shell so these files can be accessed?
Beta Was this translation helpful? Give feedback.
All reactions