Skip to content

Commit

Permalink
fix build error if Vavra disabled but Xenia enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp56300 committed May 1, 2024
1 parent 829cb79 commit 820a05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if(${CMAKE_PROJECT_NAME}_SYNTH_OSIRUS OR ${CMAKE_PROJECT_NAME}_SYNTH_OSTIRUS)
endif()

# ----------------- Waldorf synths
if(${CMAKE_PROJECT_NAME}_SYNTH_VAVRA OR ${CMAKE_PROJECT_NAME}_SYNTH_XT)
if(${CMAKE_PROJECT_NAME}_SYNTH_VAVRA OR ${CMAKE_PROJECT_NAME}_SYNTH_XENIA)
add_subdirectory(mc68k)
add_subdirectory(wLib)
endif()
Expand Down

0 comments on commit 820a05f

Please sign in to comment.