From 94528cd44df22ff1471cbe85074e180c61579647 Mon Sep 17 00:00:00 2001 From: Kargatum Date: Thu, 9 Jun 2022 18:23:38 +0700 Subject: feat(Tools/DbImport): implement separated app for importing DB (#11614) --- src/cmake/macros/ConfigureTools.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cmake/macros') 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 -- cgit v1.2.3