Re: [ptxdist] [PATCH 3/6] OpenCV: Clean up configure_helper output

2020-01-06 Thread Michael Olbrich
So, configure_helper and cmake is a bit tricky. We have no way to actually get only the options that can actually be set externally so just blindly adding all options here is not possible. So you need review the options manually. configure_helper is still useful here because it can also compare

[ptxdist] [PATCH 3/6] OpenCV: Clean up configure_helper output

2020-01-02 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.make | 182 +- 1 file changed, 133 insertions(+), 49 deletions(-) diff --git a/rules/opencv.make b/rules/opencv.make index fc6243753..1656f605a 100644 --- a/rules/opencv.make +++ b/rules/opencv.make @@