X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fcmake%2Fmodules%2FFindfio.cmake;fp=src%2Fceph%2Fcmake%2Fmodules%2FFindfio.cmake;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=194f9191b00d7c49305786e3e329cd56fed7a3b4;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/cmake/modules/Findfio.cmake b/src/ceph/cmake/modules/Findfio.cmake deleted file mode 100644 index 194f919..0000000 --- a/src/ceph/cmake/modules/Findfio.cmake +++ /dev/null @@ -1,12 +0,0 @@ -# - Find Fio -# Find the fio includes -# -# FIO_INCLUDE_DIR - where to find fio.h -# FIO_FOUND - True if fio is found. - -find_path(FIO_INCLUDE_DIR NAMES fio.h HINTS ${FIO_ROOT_DIR}) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(fio DEFAULT_MSG FIO_INCLUDE_DIR) - -mark_as_advanced(FIO_INCLUDE_DIR)