Hi @bast @robertodr @AxiosLeo @kwoodle
Thank you very much for your project. I learned a lot of useful knowledge from here, I recently used the Superbuild build system. I generated the Visual Studio sln solution file through cmake on windows, and opened it with vs2019, and it compiled successfully.
But there is a problem when run /debugging , Unable to start the program, the system cannot find the specified file, The following error occurs:





Is it possible to single-stepped debug the project of ExternalProject_Add(like lib fftw3 in this recipe ) on vs2019?
Thanks!
Looking forward to your reply!