mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Fixed Linux build
This commit is contained in:
parent
42c7aece36
commit
43ce5e6cc0
@ -22,7 +22,7 @@
|
|||||||
#if !defined(HAVE_CUDA)
|
#if !defined(HAVE_CUDA)
|
||||||
int main( int argc, const char** argv )
|
int main( int argc, const char** argv )
|
||||||
{
|
{
|
||||||
cout << "Please compile the library with CUDA support" << endl;
|
std::cout << "Please compile the library with CUDA support" << std::endl;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user