Skip to content
Snippets Groups Projects
Commit 1d7176b4 authored by Alexis Girault's avatar Alexis Girault
Browse files

Merge branch 'fix-ftd2xx-config' into 'master'

COMP: fix ftd2xx.lib copy at compile time

On some windows systems, the command `cmake -E copy`
within `copy_ftd2xx_static_command` renames the ftd2xx.lib
file as `lib\${BUILD_TYPE}` instead of copying it within
the directory of the same name. Because of this, the directory
can not be created in the future for other libraries, explaining
the high number of compilation errors (~50)

Placing a `\` at the end of the destination directory should fix
this issue.

See merge request !93
parents 591503a4 1fdfa17a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment