Skip to content

Commit

Permalink
Add instruction on solving CMake error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sappho192 authored Aug 1, 2024
1 parent 92a7eca commit d46ff15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Now you can build and run the project! Keep in mind you should always open the p
[cmake] CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
```

In this situation, you'll need to **remove** the `builds` directory before running `code .` to clear the build cache.

## 5.2 Setting up VSCode Extensions

Go to extensions tab and install following extensions:
Expand Down

0 comments on commit d46ff15

Please sign in to comment.