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 6c19217 commit 994bff7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class IpcRecipe(ConanFile):
settings = "os", "compiler", "build_type", "arch"

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

tool_requires = (
Expand Down

0 comments on commit 994bff7

Please sign in to comment.