79367669

Date: 2025-01-18 17:45:38
Score: 1.5
Natty:
Report link

The error occurs because CMake detects a mismatch between the cached paths and the current paths of your project. This happens when you move the project directory or use a different source directory after generating the CMakeCache.txt.

cmake -S windows -B build/windows/x64

Delete the Cache Files:

Navigate to the build directory: D:/application/news_app/build/windows/x64 Delete the CMakeCache.txt file and the entire CMakeFiles directory.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: rajvardhan_1