You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would only be a problem if the files are in different directories since the result of the search is the include directory for FTD2XX -- is this the case for a typical FTD2XX installation? If so, let me know (or assign me) and I'll adjust the CMake code.
Nope, they are in the same dir - but since this is a hand-copied
installation to /usr/local it would probably make sense to check for the
presence of both files.
On 12/13/2013 09:48 PM, hperrey wrote:
This would only be a problem if the files are in different directories
since the result of the search is the include directory for FTD2XX --
is this the case for a typical FTD2XX installation? If so, let me know
(or assign me) and I'll adjust the CMake code.
—
Reply to this email directly or view it on GitHub #7 (comment).
The CMake command FIND_PATH apparently is fine with only finding one of the files specified in NAMES. For FTD2XX we need both ftd2xx.h and WinTypes.h
The text was updated successfully, but these errors were encountered: