Skip to content

Make codegen cmake integration symlink-compatible

Michael Kuron requested to merge pystencils-cmake into master

If there is a symlink in the path to the build directory (e.g. macOS has a symlink /tmp to /private/tmp), one could end up with an incorrect Generated files specified not correctly in cmake error message.

Merge request reports