cmake-cookbook
cmake-cookbook copied to clipboard
chapter-08/recipe-03 superbuild Visual Studio run error
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!
Sorry, I cannot cover this problem. I usually use MacOS and am not familiar with Windows PC.