Skip to content

Commit

Permalink
Remove Yandex related keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 authored and JaySon-Huang committed Jan 21, 2022
1 parent 4b182b2 commit 648d083
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,6 @@ endif()

include (cmake/print_flags.cmake)

# Directory for Yandex specific files
set (TIFLASH_PRIVATE_DIR ${TiFlash_SOURCE_DIR}/private/)
if (EXISTS ${TIFLASH_PRIVATE_DIR})
add_subdirectory (${TIFLASH_PRIVATE_DIR})
endif ()

# Enable tests by default when build type is debug
if (CMAKE_BUILD_TYPE_UC STREQUAL "DEBUG")
set (ENABLE_TESTS_DEFAULT ON)
Expand Down
3 changes: 0 additions & 3 deletions dbms/src/Common/StringUtils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# These files are located in separate library, because they are used by Yandex.Metrika code
# in places when no dependency on whole "dbms" library is possible.

include(${TiFlash_SOURCE_DIR}/cmake/dbms_glob_sources.cmake)

add_headers_and_sources(clickhouse_common_stringutils .)
Expand Down

0 comments on commit 648d083

Please sign in to comment.