Skip to content

Remove python_both_arch support for Python modules

Ben Boeckel requested to merge ben.boeckel/sprokit:fix-double-configure into master

This caused problems where CMake would write out two custom commands for a given input due to the reuse of a MAIN_DEPENDENCY. Instead, just run the methods twice since there aren't so many.

Edited by Ben Boeckel

Merge request reports