]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: Move WITH_RBD option earlier
authorMike Christie <mchristi@redhat.com>
Tue, 4 Jun 2019 18:32:09 +0000 (13:32 -0500)
committerMike Christie <mchristi@redhat.com>
Wed, 5 Jun 2019 04:56:53 +0000 (23:56 -0500)
commit3fe16add7da298e5e2814cfe67e7baee600a528f
tree2d06c93de2e7c23b1beaf5515d264746edc315ca
parentb4ba17659311c0854d2bfb11e27b052365e382f4
cmake: Move WITH_RBD option earlier

The next patch will add a WITH_RBD check to the LINUX check block so we
only check for the netlink libs when those 2 conditions are met, so this
moves the WIT_RBD option setup to before the LINUX check.

Signed-off-by: Mike Christie <mchristi@redhat.com>
CMakeLists.txt