Draft: Feat: setup VC environment during configuration
Compare changes
+ 15
− 0
@@ -68,3 +68,18 @@ macro (find_package)
Aufgrund einer Wartung am 24.06.2025 von 8:00 bis 09:00 Uhr werden git.rwth-aachen.de & git-ce.rwth-aachen.de zeitweise nicht zur Verfügung stehen.
--
Due to maintenance at 24.06.2025 from 8:00 to 09:00, git.rwth-aachen.de & git-ce.rwth-aachen.de will be temporarily unavailable.
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.