diff --git a/conanfile.py b/conanfile.py index 7125562..fc4d842 100644 --- a/conanfile.py +++ b/conanfile.py @@ -2,7 +2,7 @@ from conan import ConanFile -class CompressorRecipe(ConanFile): +class vACDMRecipe(ConanFile): settings = "os", "compiler", "build_type", "arch" generators = "CMakeToolchain", "CMakeDeps"