-
Notifications
You must be signed in to change notification settings - Fork 4
Remove boost #7
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
Remove boost #7
Conversation
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.
This is awesome work! I've added a few notes, but I don't think they should be blocking this PR. They are rather future notes.
MultiNEAT | ||
PRIVATE | ||
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src> | ||
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/multineat>) |
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.
should probably link to the cereal::cereal
imported interface so it would add the include directory if cereal is installed in a non-standard folder
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.
Cereal is no marked as a requirement(see comment at findPackage). I'm also not familiar with the syntax used here. Can you maybe add it?
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.
Amazing work :D
… python package yet.
cf2e3a8
to
2870512
Compare
No description provided.