From 9aef941bb7c16d4e7a90bdeb544989df91a7b0d0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 28 Jan 2023 19:52:54 -0800 Subject: Slight clarification for the readme instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f626d431..a62d8097 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit v1.2.3