humanoid-path-planner / hpp-doc

Documentation for project Humanoid Path Planner
https://humanoid-path-planner.github.io/hpp-doc
ISC License
29 stars 23 forks source link

[ubuntu 14] cmake is not able to find boost libraries installed in /usr/lib/x86_64-linux-gnu #8

Closed stonneau closed 8 years ago

stonneau commented 8 years ago

Since ubuntu 14, boost libraries are installed in /usr/lib/x86_64-linux-gnu in 64 bits.

By default cmake is not able to look there.

A temporary fix is to export BOOST_LIBRARYDIR environment variable containing this address

jmirabel commented 8 years ago

According to this bug report, the bug has been fixed in version 2.8.5 of cmake. You may find information in the discussion about the bug.

stonneau commented 8 years ago

Well, in this case maybe we should change the minimum cmake requirement CMAKE_MINIMUM_REQUIRED(VERSION 2.6) no ? I can do it

jmirabel commented 8 years ago

It would be a good thing, indeed.