From 80a3d7bffa67f9eeed2c7fbc9d9c883bfb363cfc Mon Sep 17 00:00:00 2001 From: Kartik Mohta Date: Tue, 4 Dec 2018 11:47:28 -0800 Subject: [PATCH] Fix comment marker in OpenCVDetectCudaArch.cu --- cmake/checks/OpenCVDetectCudaArch.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/checks/OpenCVDetectCudaArch.cu b/cmake/checks/OpenCVDetectCudaArch.cu index 70ca975..fe6c9d1 100644 --- a/cmake/checks/OpenCVDetectCudaArch.cu +++ b/cmake/checks/OpenCVDetectCudaArch.cu @@ -18,7 +18,7 @@ int main() archs.push_back(arch.str()); arch.str(""); } - archs.unique(); #Some devices might have the same arch + archs.unique(); // Some devices might have the same arch for (std::list::iterator it=archs.begin(); it!=archs.end(); ++it) std::cout << *it << " "; return 0; -- 2.7.4