Fix comment marker in OpenCVDetectCudaArch.cu
authorKartik Mohta <kartikmohta@gmail.com>
Tue, 4 Dec 2018 19:47:28 +0000 (11:47 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Dec 2018 19:47:28 +0000 (11:47 -0800)
cmake/checks/OpenCVDetectCudaArch.cu

index 70ca975..fe6c9d1 100644 (file)
@@ -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<std::string>::iterator it=archs.begin(); it!=archs.end(); ++it)
         std::cout << *it << " ";
     return 0;