Skip to content

Commit ca9cd54

Browse files
committed
CMake: Removed empty condition code
1 parent 99d07d2 commit ca9cd54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,6 @@ function(handle_options targetLib)
415415
target_compile_definitions(${targetLib} PUBLIC ADLMIDI_ENABLE_OPL3_LLE_EMULATOR)
416416
endif()
417417

418-
if(USE_NUKED_OPL3_LLE_EMULATOR)
419-
endif()
420-
421418
if(USE_HW_SERIAL)
422419
set(HAS_EMULATOR TRUE)
423420
target_sources(${targetLib} PRIVATE

0 commit comments

Comments
 (0)