]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: Fix for cross compiling 11404/head
authorBassam Tabbara <bassam.tabbara@quantum.com>
Tue, 4 Oct 2016 23:55:27 +0000 (16:55 -0700)
committerBassam Tabbara <bassam.tabbara@quantum.com>
Mon, 10 Oct 2016 21:41:55 +0000 (14:41 -0700)
commit4c5bd5d287da0100ddf92f98cf83764cef107a08
tree8b238dd6ef842e1060136c72eb878824ae9c2498
parent3a2be4874fa995f6d3307a442198dabedb462d22
cmake: Fix for cross compiling

The check for yasm tool was calling uname -m which will not
work when cross compiling. Use CMAKE_SYSTEM_PROCESSOR instead.

Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com>
src/CMakeLists.txt