intel / gazebo-realsense

A RealSense Camera Gazebo plugin
Apache License 2.0
99 stars 63 forks source link

Compile with -std=c++17 flag if available #8

Closed rsinnet closed 2 years ago

rsinnet commented 2 years ago

The latest version of Gazebo requires C++17 so add the flag.

Also add missing project() call at beginning of top-level CMakeLists.txt file.