Skip to content

Commit c3e78ee

Browse files
Update README.md
1 parent 55149c8 commit c3e78ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Assuming that you are in the **parent** directory of `BehaviorTree.CPP`:
7474
```
7575
mkdir build; cd build
7676
conan install ../BehaviorTree.CPP --output-folder=. --build=missing
77-
cmake ../BehaviorTree.CPP -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
77+
cmake ../BehaviorTree.CPP -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake"
7878
cmake --build . --parallel
7979
```
8080

0 commit comments

Comments
 (0)