Skip to content

Commit

Permalink
gmds: add nlhomann-json as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Sep 6, 2024
1 parent 7d2c43c commit 02aaf79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meshing/packages/gmds/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class Gmds(CMakePackage):
depends_on('googletest')
depends_on('py-pytest', when='+python')

depends_on('nlohmann-json')

def cmake_args(self):
args = []
args.append(self.define_from_variant('ENABLE_KMDS', 'kmds'))
Expand Down

0 comments on commit 02aaf79

Please sign in to comment.