b49802 Fix build when libtiff exists on system

Authored and Committed by Michael Cullen 8 years ago
    Fix build when libtiff exists on system
    
    On OSX at least, if you have libtiff in your system include path,
    it will use that instead of the bundled modified version even if
    FindTIFF.cmake locates the correct version. This commit fixes that
    by making sure the libtiff include directory is before the system
    include paths.
    
        
file modified
+2 -0