Skip to content

Draft: Feat: setup VC environment during configuration

Pascal Palenda requested to merge feature/vc-toolchain into main

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