diff options
author | Kargatum <dowlandtop@yandex.com> | 2022-06-09 18:23:38 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 08:23:38 -0300 |
commit | 94528cd44df22ff1471cbe85074e180c61579647 (patch) | |
tree | a5fbd0c8e0723413a2718ee074bb40e4d896cff9 /deps | |
parent | c0ab2ab08e001ffce3c688eaf54301608af109a8 (diff) |
feat(Tools/DbImport): implement separated app for importing DB (#11614)
Diffstat (limited to 'deps')
-rw-r--r-- | deps/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 2d5b43505a..8364181a9f 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -26,8 +26,7 @@ add_subdirectory(stdfs) add_subdirectory(threads) add_subdirectory(utf8cpp) -# if ((APPS_BUILD AND (NOT APPS_BUILD STREQUAL "none")) OR BUILD_TOOLS_DB_IMPORT) #DB import PR -if ((APPS_BUILD AND (NOT APPS_BUILD STREQUAL "none"))) +if ((APPS_BUILD AND (NOT APPS_BUILD STREQUAL "none")) OR BUILD_TOOLS_DB_IMPORT) add_subdirectory(mysql) endif() |