Skip to content

Commit

Permalink
Removed load from conan.tools.files and moved conan recipe into libra…
Browse files Browse the repository at this point in the history
…ry-conan folder
  • Loading branch information
MikeRavenelle committed Jan 22, 2024
1 parent f4ecfc3 commit 68560d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/conanfile.py → library-conan/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from conan import ConanFile
from conan.tools.cmake import CMakeToolchain, CMake, cmake_layout, CMakeDeps
from conan.tools.scm import Git
from conan.tools.files import load, update_conandata
from conan.tools.files import update_conandata

class DPPConan(ConanFile):
name = "dpp"
Expand Down

0 comments on commit 68560d6

Please sign in to comment.