You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> You can also add `-GNinja` to use Ninja build system instead of Make.
135
+
> You can add `-GNinja` to use the Ninja build system (instead of Make).
138
136
139
137
4. Now, you can build all targets or specific ones:
140
138
@@ -145,7 +143,7 @@ conan lock create .
145
143
cmake --build . --parallel 8 --target clio_server
146
144
```
147
145
148
-
You should see `clio_server` and `clio_tests` in the `build` directory (the current directory).
146
+
You should see `clio_server` and `clio_tests` in the current directory.
149
147
150
148
> [!NOTE]
151
149
> If you've built Clio before and the build is now failing, it's likely due to updated dependencies. Try deleting the build folder and then rerunning the Conan and CMake commands mentioned above.
0 commit comments