CMake Report __cplusplus correctly with CMake and Visual Studio How to ensure MSVC sets the __cplusplus macro correctly when managing the build with CMake.
CMake Percent-sign in preprocessor definition breaks CMake Visual Studio generator Percent-signs are special characters under certain circumstances on Windows. This can cause problems when configuring software builds with CMake.
CMake Path error when building with Conan and CMake An autorun registry entry left behind by Conda can cause Conan/CMake builds to fail on Windows
CMake Workaround for nvcc pthread issue There seems to be a bug in certain versions of CMake which cause the CUDA compiler (nvcc) to fail. Using another version of CMake resolves the problem.