Skip to content

python: install configured python files

Cory Quammen requested to merge cory.quammen/paraview:logger-fix into master

Some Python *.in files configured by CMake were being installed instead of their corresponding output files. Fixed that by referring to the output Python file instead of the input in the FILES install argument.

Merge request reports