intel / ad-rss-lib

Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles
https://intel.github.io/ad-rss-lib/
GNU Lesser General Public License v2.1
336 stars 138 forks source link

Update CMakeLists.txt #135

Closed Jvr2022 closed 9 months ago

Jvr2022 commented 1 year ago

Updated the license block to reflect the current year (2018-2023).

Added explicit specification of source files to add_library() to avoid potential issues.

Simplified the target link libraries configuration for improved readability. Removed unused variables to clean up the code.

Standardized variable names with lowercase and underscores for consistency.

Added comments to clarify the purpose of certain sections.

Removed unnecessary cmake options files for simplicity.

Description

Fixes #

Where has this been tested?

Possible Drawbacks


This change is Reviewable

berndgassmann commented 9 months ago

Since the commit doesn't change anything, I'll close the pull request.