diff --git a/projects/CMake/README.md b/projects/CMake/README.md index 402d3170c..f7873c30f 100644 --- a/projects/CMake/README.md +++ b/projects/CMake/README.md @@ -11,10 +11,8 @@ To compile the example, use one of the following dependending on your build targ Use the following to build for desktop: ``` bash -mkdir build -cd build -cmake .. -make +cmake -B build +cmake --build build ``` ### Web