Skip to content

Commit 28e6493

Browse files
authored
Merge pull request #216 from DGarry82/main
[tools/cmake/pkg_config_files] remove imported but unused CMakeDeps
2 parents 73d48be + 71466ca commit 28e6493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tools/cmake/pkg_config_files/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from conan import ConanFile
2-
from conan.tools.cmake import CMakeToolchain, CMake, cmake_layout, CMakeDeps
2+
from conan.tools.cmake import CMakeToolchain, CMake, cmake_layout
33

44

55
class pkgRecipe(ConanFile):

0 commit comments

Comments
 (0)