robotology / icub-firmware-shared

Protocols and Other Stuff Used both by iCub Firmware and iCub Software
GNU Lesser General Public License v2.1
4 stars 18 forks source link

Allow using from source directory #18

Closed drdanz closed 7 years ago

drdanz commented 7 years ago

This allows to set icub_firmware_shared_DIR to the source directory and therefore runing cmake and make is no longer required (unless you want the visual studio projects or similar).

I basically modified the generated files to add a regular expression to read the version from the CMakeLists.txt file.

Also restore installation that was removed in 0da92ea6ea3c922e82b51e7aa29acf514235ca15.

cc @traversaro

traversaro commented 7 years ago

cc @nunoguedelha