Skip to content

Commit

Permalink
Add missing import to conan docu
Browse files Browse the repository at this point in the history
  • Loading branch information
andygruber committed Mar 1, 2024
1 parent 450cdd8 commit b877caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ With the help of examples, this section guides you through the process of initia
If you are using conan for managing dependencies, it is recommended to also define install and packaging paths in the `conanfile.py`. The build examples in that chapter assume this is the case.

```python
import os
from conan import ConanFile, tools
from conan.tools.cmake import CMakeDeps, CMakeToolchain, cmake_layout

Expand Down

0 comments on commit b877caf

Please sign in to comment.