Skip to content

Commit

Permalink
[docs] Add --build=missing argument for conan install examples
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Jan 17, 2025
1 parent 8a3db87 commit daa7aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build/build_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ list(APPEND CMAKE_PREFIX_PATH ${<proj_name>_SC_MACHINE_PATH})
# Add remote repository to your Conan client configuration
conan remote add ostis-ai https://conan.ostis.net/artifactory/api/conan/ostis-ai-sc-machine

conan install .
conan install . --build=missing
cmake --preset conan-release
cmake --build --preset conan-release
```
Expand Down
2 changes: 1 addition & 1 deletion docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ conan remote add ostis-ai https://conan.ostis.net/artifactory/api/conan/ostis-ai
Then run the following command in the project root:

```sh
conan install .
conan install . --build=missing
```

Import sc-machine targets into your CMake project by using:
Expand Down

0 comments on commit daa7aef

Please sign in to comment.