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>
find_package(Backtrace)
+# remote block storage
+option(WITH_RBD "Remote block storage is here" ON)
+
if(LINUX)
find_package(udev REQUIRED)
set(HAVE_UDEV ${UDEV_FOUND})
# key-value store
option(WITH_KVS "Key value store is here" ON)
-# remote block storage
-option(WITH_RBD "Remote block storage is here" ON)
-
# KERNEL remote block storage
option(WITH_KRBD "Kernel Remote block storage is here" ON)