robotology / funny-things

A collection of "funny" yet useful behaviors for the iCub
https://robotology.github.io/funny-things
GNU General Public License v2.0
6 stars 12 forks source link

Use cmake -e copy with file destination #14

Closed traversaro closed 4 years ago

traversaro commented 4 years ago

For some reason, the use of cmake -e copy using as destination a directory is creating a Visual Studio error MSB3191, see https://github.com/robotology/funny-things/issues/13 . Apparently switching to explicity use the destination file name instead of a directory is able to avoid this issue.

Fix https://github.com/robotology/funny-things/issues/13 .

traversaro commented 4 years ago

The workaround is under test at https://github.com/robotology/robotology-superbuild/pull/338 .

traversaro commented 4 years ago

The workaround is under test at robotology/robotology-superbuild#338 .

The workaround has been effective, so I think we can merge the PR.