From b48c37cb4466d1978a1b115aa643ce01a76100ab Mon Sep 17 00:00:00 2001 From: mumon <46886508+wzymumon@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:05:23 +0800 Subject: [PATCH] Fix typo in core (#19661) Signed-off-by: Ziyu Wang <15871035978@163.com> Signed-off-by: Ziyu Wang <15871035978@163.com> --- internal/core/thirdparty/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/core/thirdparty/CMakeLists.txt b/internal/core/thirdparty/CMakeLists.txt index d85e647866..4d49f69af4 100644 --- a/internal/core/thirdparty/CMakeLists.txt +++ b/internal/core/thirdparty/CMakeLists.txt @@ -64,23 +64,23 @@ add_subdirectory( boost_ext ) add_subdirectory( arrow ) add_subdirectory( rocksdb ) -# ******************************* Thridparty aws sdk ******************************** +# ******************************* Thirdparty aws sdk ******************************** if ( LINUX ) add_subdirectory( aws_sdk ) endif() -# ******************************* Thridparty marisa ******************************** +# ******************************* Thirdparty marisa ******************************** # TODO: support win. if ( LINUX OR APPLE) add_subdirectory( marisa ) endif() -# ******************************* Thridparty jemalloc ******************************** +# ******************************* Thirdparty jemalloc ******************************** if ( LINUX ) add_subdirectory( jemalloc ) endif() -# ******************************* Thridparty rapidxml ******************************** +# ******************************* Thirdparty rapidxml ******************************** #if ( LINUX ) # add_subdirectory( rapidxml ) #endif()