From: Kefu Chai Date: Wed, 25 Jul 2018 14:47:18 +0000 (+0800) Subject: cmake: sync up with upstream FIO X-Git-Tag: v14.0.1~779^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23231%2Fhead;p=ceph.git cmake: sync up with upstream FIO to pick up the change to FTBFS with C++ engine. Signed-off-by: Kefu Chai --- diff --git a/cmake/modules/BuildFIO.cmake b/cmake/modules/BuildFIO.cmake index fb504f4ab9d3..31e44e08ba8f 100644 --- a/cmake/modules/BuildFIO.cmake +++ b/cmake/modules/BuildFIO.cmake @@ -6,7 +6,7 @@ function(build_fio) DOWNLOAD_DIR ${CMAKE_BINARY_DIR}/src/ UPDATE_COMMAND "" # this disables rebuild on each run GIT_REPOSITORY "https://github.com/axboe/fio.git" - GIT_TAG "540e235dcd276e63c57ca4bd35f70a0651e2d00e" + GIT_TAG "bf0b7e75c1ccca4026c8880ed8a76fc7ef85f2f3" SOURCE_DIR ${CMAKE_BINARY_DIR}/src/fio BUILD_IN_SOURCE 1 CONFIGURE_COMMAND /configure