Skip to content

Commit

Permalink
Import vs_layout from conan.tools.microsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
partiallyderived committed Nov 7, 2022
1 parent 1cde03f commit ee9b3ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/lzham/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
replace_in_file,
rmdir
)
from conan.tools.layout import vs_layout
from conan.tools.microsoft import (
MSBuild, MSBuildDeps, MSBuildToolchain, VCVars, is_msvc
MSBuild, MSBuildDeps, MSBuildToolchain, VCVars, is_msvc, vs_layout
)

required_conan_version = ">=1.52.0"
Expand Down

0 comments on commit ee9b3ae

Please sign in to comment.