1 | initial version |
The cmake line was actually this... cmake -DWITH_CUDA=ON -DCUDA_ARCH_BIN="3.2" -DCUDA_ARCH_PTX="" -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF ..
I managed to get a successful build when I used ccmake .. and turned off WITH_OPENCL
Not sure if that's a good thing to do or not.