Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 8, 2023
1 parent b72caea commit 2e7d1e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ class FlowRecipe(ConanFile):
settings = "os", "compiler", "build_type", "arch"

generators = (
"CMakeToolchain"
"CMakeToolchain",
"virtualenv"
)

tool_requires = (
Expand Down

0 comments on commit 2e7d1e9

Please sign in to comment.