Skip to content

Commit 17e4722

Browse files
authored
Update HowToSetProject-cmake.ko.md
1 parent 0ee2c6e commit 17e4722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HowToSetProject-cmake.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ make
6262
```
6363
mkdir build2
6464
cd build2
65-
cmake -G "Unix Makefiles" ..\HelloWorld\
65+
cmake -G "Unix Makefiles" ../HelloWorld/
6666
make
6767
```
6868

0 commit comments

Comments
 (0)