robotology / unicycle-footstep-planner

Repository for the Unicycle-based FootStep Planner.
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

[cmake] Keep a consistent PROJECT_NAME and name of the package #4

Closed traversaro closed 6 years ago

traversaro commented 6 years ago

It is a good practice to reduce the naming madness of CMake. Furthermore, in ensure that the default installation path in Windows is automatically found. See https://gitlab.kitware.com/cmake/cmake/issues/16212

traversaro commented 6 years ago

Related to https://github.com/robotology/how-to-export-cpp-library/issues/18 .

S-Dafarra commented 6 years ago

Thanks!