Patch for building examples on MacOS X Lion
authorJared Boone <jared@sharebrained.com>
Sat, 12 May 2012 21:09:40 +0000 (14:09 -0700)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 22 May 2012 13:42:23 +0000 (15:42 +0200)
commit11bc93d829ed92e617c112b5e4a5138965cca822
treed467ece84d9754fc5bf4b5a0321d6023e968b8e8
parenta7c32c59a04044e70612b3ea598ab51b2cff3174
Patch for building examples on MacOS X Lion

I had trouble with CMake picking up my /opt/local/include directory before my libftdi/src directory. I was getting the MacPorts-installed libftdi-0.20 headers, not the headers from the build tree. This was only happening during building of examples/. This patch addressed my problem.

- Jared
examples/CMakeLists.txt