Re: [ptxdist] [PATCH 6/6] OpenCV: changed ptx/ifdef usage to ptx/onoff

2020-01-06 Thread Michael Olbrich
On Thu, Jan 02, 2020 at 02:55:03PM +0100, Marian Cichy wrote: > CMake switches used ptx/ifdef with an ON/OFF define, but we have > ptx/onoff for this case. Using this to sustain uniformity. > > Signed-off-by: Marian Cichy Could be squashed into 3/6 to simplify things when you change that

[ptxdist] [PATCH 6/6] OpenCV: changed ptx/ifdef usage to ptx/onoff

2020-01-02 Thread Marian Cichy
CMake switches used ptx/ifdef with an ON/OFF define, but we have ptx/onoff for this case. Using this to sustain uniformity. Signed-off-by: Marian Cichy --- rules/opencv.make | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/rules/opencv.make