Skip to content

Export root of absolute build directory tree to CMake

Knowing whether dunecontrol was invoked with an absolute build directory can be very useful in CMake, as we can then place state that is shared between multiple modules directly in the build directory, e.g. the Python virtualenv.

Merge request reports