osrf / vrx

Virtual RobotX (VRX) resources.
Apache License 2.0
390 stars 180 forks source link

Clean Install produces "Source file extensions must be explicit" warning #670

Closed M1chaelM closed 1 year ago

M1chaelM commented 1 year ago

Describe the bug Clean Install produces "Source file extensions must be explicit" warning because we don't include the extension to the WaypointMarkers.cc file in our CMakeLists.txt file line 85.

Expected behavior Our repo should build with no warnings or errors.

To Reproduce Follow the installation tutorial.

Additional notes The fix is very simple--just add the extension.

M1chaelM commented 1 year ago

Resolved with #671