cuda-samples icon indicating copy to clipboard operation
cuda-samples copied to clipboard

Fix gcc version comparison in Makefiles

Open IsaiahGrace opened this issue 5 years ago • 0 comments

The current gcc version check truncates to three digits. This fix uses four digits and allows gcc versions 10.0.0 and upward to work correctly.

Signed-off-by: Isaiah Grace [email protected]

IsaiahGrace avatar Sep 21 '20 19:09 IsaiahGrace