diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/fluidlite/portfile.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/fluidlite/portfile.cmake b/ports/fluidlite/portfile.cmake index 4ae73ae20..929e7f7a8 100644 --- a/ports/fluidlite/portfile.cmake +++ b/ports/fluidlite/portfile.cmake @@ -1,3 +1,7 @@ +if(EXISTS "${CURRENT_INSTALLED_DIR}/include/fluidsynth/settings.h") + message(FATAL_ERROR "Can't build fluidlite if fluidsynth is installed. Please remove fluidsynth, and try to install fluidlite again if you need it.") +endif() + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO divideconcept/FluidLite |
