cmake-cookbook icon indicating copy to clipboard operation
cmake-cookbook copied to clipboard

chapter-08/recipe-03 superbuild Visual Studio run error

Open zuowanbushiwo opened this issue 3 years ago • 1 comments

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:

image image image image image

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!

zuowanbushiwo avatar Sep 29 '22 12:09 zuowanbushiwo

Sorry, I cannot cover this problem. I usually use MacOS and am not familiar with Windows PC.

AxiosLeo avatar Oct 17 '22 08:10 AxiosLeo