Enabling Cuda throws error in VTK Build via VS2017

This only is a issue when compiling with CUDA enabled. When CUDA is disabled the compilation is fine. In attempt of fixing this I tried using the newest commits on the master branch of both VTK and VTK-m, while compilation is still sucessfull when not using CUDA I get a error on running my project where I use VTK:

grafik

Rougly translated the simply means that the vtkmdiympi_nompi.dll could not be found. MPI is disabled. This is only when using the newest commit, and not the current release branch. Am I doing something wrong or was there maybe a bug committed?

This is my projects CMakeLists.txt, should be fine, right?
CMakeLists.txt (655 Bytes)