From b877cafd9afceb0235579ae65f481cb453e81984 Mon Sep 17 00:00:00 2001 From: Andreas Gruber Date: Fri, 1 Mar 2024 23:57:12 +0100 Subject: [PATCH] Add missing import to conan docu --- BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.md b/BUILD.md index 2ce0cd7..5beb8e7 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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