Draft: Feat: setup VC environment during configuration
This would allow us to build using ninja from the command line.
This is currently not possible as CMake cannot find cl
when building from a "normal" shell.
The vcvarsall script would have to be called before.
This is very inconvenient.
With this change the vc environment would be setup during configuration.
However, as discussed here this does not work correctly yet.
Merge request reports
Activity
added enhancement suggestion labels
assigned to @pascal.palenda
Please register or sign in to reply