summaryrefslogtreecommitdiff
path: root/src/cmake
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2022-06-09 18:23:38 +0700
committerGitHub <noreply@github.com>2022-06-09 08:23:38 -0300
commit94528cd44df22ff1471cbe85074e180c61579647 (patch)
treea5fbd0c8e0723413a2718ee074bb40e4d896cff9 /src/cmake
parentc0ab2ab08e001ffce3c688eaf54301608af109a8 (diff)
feat(Tools/DbImport): implement separated app for importing DB (#11614)
Diffstat (limited to 'src/cmake')
-rw-r--r--src/cmake/macros/ConfigureTools.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmake/macros/ConfigureTools.cmake b/src/cmake/macros/ConfigureTools.cmake
index ece49ab481..dbe0da7544 100644
--- a/src/cmake/macros/ConfigureTools.cmake
+++ b/src/cmake/macros/ConfigureTools.cmake
@@ -75,9 +75,9 @@ function(CheckToolsBuildList)
list(APPEND BUILD_TOOLS_WHITELIST map_extractor mmaps_generator vmap4_assembler vmap4_extractor)
endif()
- # if (TOOLS_BUILD STREQUAL "db-only")
- # list(APPEND BUILD_TOOLS_WHITELIST dbimport)
- # endif()
+ if (TOOLS_BUILD STREQUAL "db-only")
+ list(APPEND BUILD_TOOLS_WHITELIST dbimport)
+ endif()
endif()
# Set the TOOL_${TOOL_BUILD_NAME} variables from the