Fix comment marker in OpenCVDetectCudaArch.cu

pull/13363/head
Kartik Mohta 6 years ago committed by GitHub
parent 6481397710
commit 80a3d7bffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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<std::string>::iterator it=archs.begin(); it!=archs.end(); ++it)
std::cout << *it << " ";
return 0;

Loading…
Cancel
Save