Skip to content

Commit

Permalink
Updated conan class name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Jun 19, 2024
1 parent 507dc88 commit bc15700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlfmu/fmu_build/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from conan import ConanFile


class LibcosimConan(ConanFile):
class MlFmuConan(ConanFile):
name = "mlfmu"
license = "changeme"
author = "DNV"
Expand Down

0 comments on commit bc15700

Please sign in to comment.