Skip to content

Commit

Permalink
Merge pull request #2 from andygruber/wrongConanInfo
Browse files Browse the repository at this point in the history
Add missing import to conan docu
  • Loading branch information
andygruber authored Mar 1, 2024
2 parents 450cdd8 + b877caf commit 1bd866b
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 1bd866b

Please sign in to comment.