Skip to content

Commit 656e068

Browse files
committed
typo
1 parent 03f4380 commit 656e068

File tree

4 files changed

+245
-143
lines changed

4 files changed

+245
-143
lines changed

be/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if (DISPLAY_BUILD_TIME)
8686
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "time -f 'TimeUsage: real=%es, user=%Us, sys=%Ss'")
8787
endif()
8888

89-
if (BUILD_FILE_CACHE_MIRCOBENCH_TOOL)
89+
if (BUILD_FILE_CACHE_MICROBENCH_TOOL)
9090
add_definitions(-DBE_TEST)
9191
add_definitions(-DBE_BENCHMARK)
9292
endif()
@@ -811,8 +811,8 @@ if (BUILD_META_TOOL)
811811
add_subdirectory(${SRC_DIR}/tools)
812812
endif()
813813

814-
option(BUILD_FILE_CACHE_MIRCOBENCH_TOOL "Build file cache mirobench Tool" OFF)
815-
if (BUILD_FILE_CACHE_MIRCOBENCH_TOOL)
814+
option(BUILD_FILE_CACHE_MICROBENCH_TOOL "Build file cache mirobench Tool" OFF)
815+
if (BUILD_FILE_CACHE_MICROBENCH_TOOL)
816816
add_subdirectory(${SRC_DIR}/io/tools)
817817
endif()
818818

0 commit comments

Comments
 (0)