Commits


David Li authored and Wes McKinney committed af4f5296120
ARROW-5081: [C++] Use PATH_SUFFIXES when searching for dependencies - Fixes some typos in `Find*.cmake` files - Use `PATH_SUFFIXES` more consistently when invoking `find_library` or `find_file`. - If this looks good, I can go ahead and change the rest of the invocations. - Enable linking against pre-built uriparser - Enable dynamic linking against dependencies Author: David Li <li.davidm96@gmail.com> Closes #4092 from lihalite/arrow-5081 and squashes the following commits: 77a3dea4a <David Li> Remove explicit search of Library subdirectories 0feb3daaa <David Li> Enable uriparser to be non-bundled 436daf5d1 <David Li> Use PATH_SUFFIXES when searching for dependencies