Skip to content

Commit e55ad25

Browse files
committed
Merge pull request opencv#13363 from kartikmohta:patch-1
2 parents 6481397 + 80a3d7b commit e55ad25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/checks/OpenCVDetectCudaArch.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ int main()
1818
archs.push_back(arch.str());
1919
arch.str("");
2020
}
21-
archs.unique(); #Some devices might have the same arch
21+
archs.unique(); // Some devices might have the same arch
2222
for (std::list<std::string>::iterator it=archs.begin(); it!=archs.end(); ++it)
2323
std::cout << *it << " ";
2424
return 0;

0 commit comments

Comments
 (0)