diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-24 15:30:12 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-24 15:30:12 +0300 |
commit | 0a35af177414ff232a34dba196112ffaeb7dfb6d (patch) | |
tree | 64945cac14f42a4a955a28f87033723c58e76943 /CMakeLists.txt | |
parent | 7242975d1ea33c33921a365827be7ed0fc1a1ef5 (diff) | |
download | ydb-0a35af177414ff232a34dba196112ffaeb7dfb6d.tar.gz |
intermediate changes
ref:476cbe460057ff515d26b92b4b16691169b2876b
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cc23cd156..53eb64483f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,7 +117,6 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/cmake) include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) list(APPEND CMAKE_CTEST_ARGUMENTS "--output-on-failure") enable_testing() -include(cmake/FindAIO.cmake) include(cmake/antlr.cmake) include(cmake/bison.cmake) include(cmake/conan.cmake) |