Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 6f79842

Browse files
Iason NikolasIason Nikolas
authored andcommitted
Documentation minor change
1 parent 42363f2 commit 6f79842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ A list with all the supported presets for your system can be inspected by the fo
101101

102102
Given that list you can configure, build and test the project with the following commands.
103103

104-
cmake --preset=<config-preset-name>
104+
cmake -S . --preset=<config-preset-name>
105105
cmake --build --preset=<build-preset-name>
106106
ctest --build --preset=<test-preset-name>
107107

0 commit comments

Comments
 (0)