Field-Robotics-Lab / nps_uw_multibeam_sonar

Multibeam sonar plugin with NVIDIA Cuda library
Apache License 2.0
35 stars 20 forks source link

Use -std=c++17 even with older versions of CMake. #25

Closed amarburg closed 2 years ago

amarburg commented 2 years ago

Per issue #24, under Ubuntu 20.04.3 I found I needed to use -std=c++17 to avoid errors during compilation.

woensug-choi commented 2 years ago

Confirmed. It does not hurt anything else. Thank you @amarburg