Closed rlober closed 8 years ago
For the first one, it should have been fixed by https://github.com/robotology/idyntree/commit/e75a3f7887cb4c75fc3a54a98935e90f57405146 (you can update the superbuild and try). Unfortunately the CI is not covering CMake 2.8.11 at the moment (see https://github.com/robotology/idyntree/issues/111), that's why this kind of problems are not properly identified before merging.
The second one is actually a problem of CMake compiled without SSL support (that is the default when you compile CMake from source), see https://github.com/robotology/codyco-superbuild/issues/26#issuecomment-231011954 . Clearly the upstream error could be more descriptive.
Merci! 😉 That worked for us.
Bellissimo pasta pizza!
:smile: Thanks @traversaro
We were trying to compile superbuild on our cluster blades (Debian 7) and ran into the following error during the cmake phase of iDynTree:
The apt version of cmake for wheezy is 2.8.11 and
target_compile_options
was introduced in 2.8.12: http://cmake.blogspot.fr/2013/10/cmake-2812-released.htmlAfter upgrading to cmake 2.8.12 from source we now get the following issue:
I know this is more an iDynTree issue, but seeing as how it kills the default superbuild build I think it should just be changed at the superbuild level.