aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2023-05-17 04:00:54 +0300
committerWohlstand <admin@wohlnet.ru>2023-05-17 04:00:54 +0300
commitd9f55120fb939b3b45af8929ad09243b3b09c08e (patch)
tree4e601077d28f727126b46ed8b6b03518705105a8 /CMakeLists.txt
parent360a1100fa0725fa4c1d5515e19cbabf1b099f6f (diff)
downloadlibADLMIDI-d9f55120fb939b3b45af8929ad09243b3b09c08e.tar.gz
libADLMIDI-d9f55120fb939b3b45af8929ad09243b3b09c08e.tar.bz2
libADLMIDI-d9f55120fb939b3b45af8929ad09243b3b09c08e.zip
CMake: Fixed build with disabled embedded banks
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 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)