]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: drop duplicated variable
authorKefu Chai <kchai@redhat.com>
Sun, 3 Jan 2021 17:28:23 +0000 (01:28 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 3 Jan 2021 17:34:46 +0000 (01:34 +0800)
commitde784397758cca4ba4de4d1f7a3cf5986a7e2136
tree5acb7b9b16414c75c568e01cb1ef53899afcfe7e
parentd2d1c23a51e2b0696a6c2fcafbb9fdd39698a7f0
cmake: drop duplicated variable

not_arch_x32 replicates ${_support_x64}. and a variable starts with
"not" is just difficult to parse. so drop it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/CheckNasm.cmake