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 4, 2023
1 parent d6756ad commit 333243b
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
@@ -1,7 +1,7 @@
from conan import ConanFile
from conan.tools.cmake import cmake_layout, CMakeDeps

class FlowConanFile(ConanFile):
class FlowRecipe(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = (
"CMakeToolchain"
Expand Down

0 comments on commit 333243b

Please sign in to comment.