Skip to content

Commit

Permalink
don't install ADLMIDI along with ADLplug
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Apr 14, 2018
1 parent a8cafe3 commit c349152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -21,7 +21,7 @@ set(WITH_MUS_SUPPORT OFF CACHE STRING "")
set(WITH_XMI_SUPPORT OFF CACHE STRING "")
set(libADLMIDI_STATIC ON CACHE STRING "")
set(libADLMIDI_SHARED OFF CACHE STRING "")
add_subdirectory("thirdparty/libADLMIDI")
add_subdirectory("thirdparty/libADLMIDI" EXCLUDE_FROM_ALL)

###
include("${CMAKE_SOURCE_DIR}/JUCE-targets.cmake")
Expand Down

0 comments on commit c349152

Please sign in to comment.