Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Make the Windows + Ninja + MSVC configuration work. #46

Open Knitschi opened 5 years ago

Knitschi commented 5 years ago

The last time i tried this I had errors because there seemed to be parallel access to some debug info databases. However Visual Studio's CMake mode uses Ninja out of the box. So it should work. Why did it not work for me? Is the /MD option vorbidden with Ninja?

Knitschi commented 5 years ago
Knitschi commented 5 years ago

Found some information about the original problem in the jenkinsfile.

Knitschi commented 5 years ago

Alternatively we could try to build with clang on windows.