Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FindFTD2XX.cmake only checks for one of the files needed #7

Closed
simonspa opened this issue Dec 13, 2013 · 2 comments
Closed

FindFTD2XX.cmake only checks for one of the files needed #7

simonspa opened this issue Dec 13, 2013 · 2 comments
Assignees
Labels

Comments

@simonspa
Copy link
Member

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

@hperrey
Copy link
Contributor

hperrey commented Dec 13, 2013

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.

@ghost ghost assigned hperrey Dec 13, 2013
@simonspa
Copy link
Member Author

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).

ursl pushed a commit that referenced this issue Mar 13, 2015
update from psi46/pxar
simonspa pushed a commit that referenced this issue May 11, 2015
helpers.py: fixed pgcal settings according to wbc and loads the correct i2c addresses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants