Stop trying to use objdump --reloc on Mac
commitbef50cea3868ac6ee30dbbe6c21a2c94c8059d8f
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 20 Dec 2016 11:57:54 +0000 (20 22:57 +1100)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 4 Jan 2017 07:36:08 +0000 (4 08:36 +0100)
treeb2960c16d9532c7a729a65e390d36364a624b40f
parent1123d64d23f8903a23fa9b97b298185c88072b7a
Stop trying to use objdump --reloc on Mac

Recent Xcode objdump does not support --reloc.

The warning that is based on the output of running objdump was only
implemented to work on Linux-like things, so should not spam the cmake
output on other platforms.

Change-Id: I8fae927e9f4d31de3510269c0d30bd1f10e825e6
cmake/FindFFTW.cmake