Skip to content

Commit

Permalink
magix3d: removed whitespaces in options in the recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Sep 23, 2024
1 parent 0121cf8 commit c280c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshing/packages/magix3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def setup_build_environment(self, env):
env.prepend_path('PYTHONPATH', sphinx_pythonpath)

def cmake_args(self):
return self.fill_cmake_args(False, 'not defined', 'not defined', 'not defined', 'not defined', 'unavailable')
return self.fill_cmake_args(False, 'undefined', 'undefined', 'undefined', 'undefined', 'unavailable')

def fill_cmake_args(self, batch, t_ext, erd_ext, team, dox_path, dkoc_lic):
args = []
Expand Down

0 comments on commit c280c07

Please sign in to comment.