Closed pusewicz closed 2 months ago
Rather than doing the whole dance with custom downloading, use FetchContent_Declare and then perform a PATCH_COMMAND that executes the python script.
FetchContent_Declare
PATCH_COMMAND
Rather than doing the whole dance with custom downloading, use
FetchContent_Declare
and then perform aPATCH_COMMAND
that executes the python script.