Skip to content
  • Alexis Girault's avatar
    COMP: fix ftd2xx.lib copy at compile time · 1fdfa17a
    Alexis Girault authored
    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)
    1fdfa17a