Skip to content
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

Bump skymarshal required cmake version to 3.19 #127

Closed
wants to merge 1 commit into from

Conversation

aaron-skydio
Copy link
Member

Fixes #122

@aaron-skydio aaron-skydio changed the title Make add_library usage compatible with CMake 17 Make add_library usage compatible with CMake 3.17 May 10, 2022
@@ -54,7 +54,7 @@ function(add_cpp_bindings
list(APPEND generated_files ${bindings_dir}/cpp/lcmtypes/${package}/${type}.hpp)
endforeach()

add_library(${target_name}_cpp INTERFACE ${generated_files})
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah ok, is this why that target was missing when SYMFORCE_USE_EXTERNAL_LCM=OFF?

Copy link
Member Author

Choose a reason for hiding this comment

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

That's my guess yeah (although I haven't actually reproduced and checked)

@aaron-skydio aaron-skydio changed the title Make add_library usage compatible with CMake 3.17 Bump skymarshal required cmake version to 3.19 May 10, 2022
@aaron-skydio
Copy link
Member Author

Closed by a3b2dc0

@aaron-skydio aaron-skydio deleted the aaron/cmake-17 branch June 14, 2022 00:58
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.

CMake issues while building (add_library usage, SYMFORCE_USE_EXTERNAL_LCM option)
3 participants