Skip to content

use relative path for add_subdirectory in python generator

Simon Praetorius requested to merge issue/python_generated_cmake_relpath into master

Summary

This MR fixes the generated CMakeLists file in the python generator. Subdirectories must be specified relative to the master CMakeLists file directory.

Merge request reports