]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: do not reference undefined variables
authorKefu Chai <kchai@redhat.com>
Fri, 29 Jul 2016 04:48:51 +0000 (12:48 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 29 Jul 2016 15:12:33 +0000 (23:12 +0800)
commit8bac1c1eeb22eb96676b97c32883e44da5c9ab4f
treecffa6eb45ab3c3716148db02ca00c443969c3195
parentaa524e689dd9f8f4816405cf97e6422912d91068
cmake: do not reference undefined variables

* AIO_LIBS is now named AIO_LIBARIES, and there is not point to print
  out its path
* USE_NSS is not defined if NSS is not checked, so if(USE_NSS) is better
  here.

Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt