Skip to content

Commit

Permalink
[*] fix compatibility with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
parafin committed Feb 6, 2023
1 parent a62d7dd commit 4691faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagebroker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <opencv2/core/opengl.hpp>
#define OPENCV_HAS_CUDA_AND_OPENGL 1
#else
#warning Missing CUDA or OpenGL support in OpenCV, make sure to adjust configuration file accordingly
#pragma message("Missing CUDA or OpenGL support in OpenCV, make sure to adjust configuration file accordingly")
#endif

// IFF SDK
Expand Down

0 comments on commit 4691faf

Please sign in to comment.