Skip to content

Commit

Permalink
Added debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Oct 7, 2024
1 parent c5e400d commit 18895e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yggdrasil/drivers/CMakeModelDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def fix_flags(cls, flags, **kwargs):
if '"' in flags:
flags = flags.replace('"', '\\"')
flags = f'"{flags}"'
print(f"CMakeConfigure FIX_FLAGS: {type(flags)}, {flags}")
return super(CMakeConfigure, cls).fix_flags(flags, **kwargs)

@classmethod
Expand Down

0 comments on commit 18895e5

Please sign in to comment.