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()