From d9f55120fb939b3b45af8929ad09243b3b09c08e Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 17 May 2023 04:00:54 +0300 Subject: CMake: Fixed build with disabled embedded banks --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af6359e..d63f35f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -228,8 +228,6 @@ if(WITH_EMBEDDED_BANKS) make_directory("${CMAKE_BINARY_DIR}/instdb") set(ADLDATA_DATABASE "${CMAKE_BINARY_DIR}/instdb/inst_db.cpp") endif() -else() - target_compile_definitions(${targetLib} PUBLIC DISABLE_EMBEDDED_BANKS) endif() function(handle_options targetLib) -- cgit v1.2.3