udacity / CarND-Extended-Kalman-Filter-Project

Self-Driving Car Nanodegree Program Starter Code for the Extended Kalman Filter Project
MIT License
335 stars 1.56k forks source link

Fixes typo. #69

Closed Danziger closed 6 years ago

Danziger commented 6 years ago

Removes comma in set(CMAKE_CXX_FLAGS "${CXX_FLAGS}") that was stopping the compilation flags from working.

mvirgo commented 6 years ago

Thank you!