Skip to content

Commit

Permalink
Rename conan recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Miuwys committed Jun 24, 2024
1 parent 05a329c commit 72b19d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from conan import ConanFile


class CompressorRecipe(ConanFile):
class vACDMRecipe(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "CMakeToolchain", "CMakeDeps"

Expand Down

0 comments on commit 72b19d4

Please sign in to comment.