diff options
author | Chris Robinson <[email protected]> | 2023-01-28 19:52:54 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-01-28 19:52:54 -0800 |
commit | 9aef941bb7c16d4e7a90bdeb544989df91a7b0d0 (patch) | |
tree | 1958a62a962039ce137b84b9a1885dc80c21c86d | |
parent | 5d73cbe80e276e029fd162b3213206a5fe8b437b (diff) |
Slight clarification for the readme instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ Alternatively, you can use any available CMake front-end, like cmake-gui, ccmake, or your preferred IDE's CMake project parser. Assuming configuration went well, you can then build it. The command -`cmake --build .` will instruct CMake to execute the build with the toolchain +`cmake --build .` will instruct CMake to build the project with the toolchain chosen during configuration (often GNU Make or NMake, although others are possible). |