-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes policy CMP0135 warning for CMake >= 3.24 #898
Conversation
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @Crola1702 please take a look to the linter errors before merging. Those are related to your changes.
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, let's change this to NEW policy to match what we are doing elsewhere.
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
@Mergifyio backport humble |
✅ Backports have been created
|
* Fixes policy CMP0135 warning for CMake >= 3.24 Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com> (cherry picked from commit 1ea07e8)
Signed-off-by: Crola1702 cristobal.arroyo@ekumenlabs.com
Reference build: https://ci.ros2.org/view/nightly/job/nightly_win_deb/2473/
This warning started appearing on new windows machines. It’s caused by a new CMake version (3.24) that expects this policy to be set.
This PR sets CMP0135 policy in
CMakeLists.txt
CI launch: