Hi,
I was using the standard MSBuild system but wanted to convert to CMake so I could auto build with GitLab CI. I can get the project to build OK with CMake but the output directory is in my source code directory. I’ve tried changing various items in the CMake build settings but can’t see to move it. If I look at the project variables a lot of them seem to be the same, so ProjectDir is the same as SourceDir and LocalSourceDir and BuildDir.
Can I change these project variables or is there a CMake setting to change the build directory?
Thanks in advance
Adrian