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

remove warnings #216

Merged
merged 2 commits into from
Dec 14, 2020
Merged

remove warnings #216

merged 2 commits into from
Dec 14, 2020

Conversation

nim65s
Copy link
Contributor

@nim65s nim65s commented Dec 14, 2020

No description provided.

Recent CMake versions added this warning:
CMake Deprecation Warning at CMakeLists.txt:6 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

And we are not compatible with CMake < 3.1:
ref jrl-umi3218/jrl-cmakemodules#338
Boost 1.73 added a boring warning about deprecated use of boost bind,
which is still used by boost python.

As of Boost 1.75, this is still not fixed:
boostorg/python#296
boostorg/python#315
@jcarpent jcarpent merged commit 8a2a206 into stack-of-tasks:devel Dec 14, 2020
nim65s added a commit to nim65s/tsid that referenced this pull request Mar 10, 2021
Boost 1.73 added a boring warning about deprecated use of boost bind,
which is still used by boost python.

As of Boost 1.75, this is still not fixed:
boostorg/python#296
boostorg/python#315

ref. stack-of-tasks/eigenpy#216
nim65s added a commit to stack-of-tasks/sot-dynamic-pinocchio that referenced this pull request Mar 12, 2021
Boost 1.73 added a boring warning about deprecated use of boost bind,
which is still used by boost python.

As of Boost 1.75, this is still not fixed:
boostorg/python#296
boostorg/python#315

ref stack-of-tasks/eigenpy#216
@nim65s nim65s mentioned this pull request Apr 2, 2021
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