Skip to content
Snippets Groups Projects
Commit e04211e6 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Make codegen cmake integration symlink-compatible

parent 5110ba9b
No related merge requests found
......@@ -38,7 +38,8 @@ class CodeGeneration:
[os.path.basename(p) for p in only_in_cmake])
if only_generated:
error_message += "Unexpected generated files {}\n".format([os.path.basename(p) for p in only_generated])
raise ValueError(error_message)
if len(only_in_cmake) > 0 or len(only_generated) > 0:
raise ValueError(error_message)
def parse_json_args():
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment