Skip to content

Commit

Permalink
Merge pull request #54 from rettinghaus/master
Browse files Browse the repository at this point in the history
Add comment on cmake --fresh
  • Loading branch information
lpugin authored Jan 10, 2025
2 parents ceddfdf + 907fa90 commit 96b54b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ CMake Error at /usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeTestCComp
```

#### Solution
Delete the `tools/CMakeFiles` directory before [installing it from sources](/installing-or-building-from-sources/command-line.html).

Rerun cmake with the `--fresh` option (CMake 3.24 and later) or simply delete the `tools/CMakeFiles` directory before [installing it from sources](/installing-or-building-from-sources/command-line.html).

0 comments on commit 96b54b8

Please sign in to comment.