Update faq authored by Rémy Mozul's avatar Rémy Mozul
...@@ -73,7 +73,7 @@ Call Stack (most recent call first): ...@@ -73,7 +73,7 @@ Call Stack (most recent call first):
-- Configuring incomplete, errors occurred! -- Configuring incomplete, errors occurred!
``` ```
Then it means you issued the `cmake` command within the base of your source Then it means you issued the `cmake` command within the base of your source
directory. In this case, following the recommandation of the error message directory. In this case, following the recommendation of the error message
you have to remove, in the source directory the `CMakeCache.txt` file and you have to remove, in the source directory the `CMakeCache.txt` file and
the `CMakeFiles` directory. Then you can go back to step where you change of the `CMakeFiles` directory. Then you can go back to step where you change of
directory (`cd build`) before continuing the installation process. directory (`cd build`) before continuing the installation process.
... ...
......