FluidSynth/fluidsynth
CMakeLists.txt
:675
check_include_file ( ladspa.h HAVE_LADSPA_H )
check_include_file ( ladspa.h HAVE_LADSPA_H )
endif ( HAVE_LADSPA_H )
check_include_file ( ladspa.h HAVE_LADSPA_H )
endif ( HAVE_LADSPA_H )
CHECK_INCLUDE_FILE(ladspa.h HAVE_LADSPA_H)
message(FATAL_ERROR "** ERROR: header file ladspa.h is required, but was not found."
${HAVE_LADSPA_H})
endif(NOT HAVE_LADSPA_H)