Skip to content

cmake warnings#16

Open
nathantsoi wants to merge 1 commit into
masterfrom
nt/bugfixes
Open

cmake warnings#16
nathantsoi wants to merge 1 commit into
masterfrom
nt/bugfixes

Conversation

@nathantsoi

Copy link
Copy Markdown

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses CMake configuration warnings by ensuring PROJECT() is declared after CMAKE_MINIMUM_REQUIRED(), which is the recommended ordering in CMake.

Changes:

  • Moved PROJECT(amrl_msgs) to come after CMAKE_MINIMUM_REQUIRED(VERSION 3.8) at the top of the root CMakeLists.txt.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants