FluidSynth/fluidsynth
CMakeLists.txt
:826
unset ( HAVE_LOGF CACHE )
unset ( HAVE_LOGF CACHE )
CHECK_SYMBOL_EXISTS ( logf "math.h" HAVE_LOGF )
endif ( HAVE_LOGF )
unset ( HAVE_LOGF CACHE )
CHECK_SYMBOL_EXISTS ( logf "math.h" HAVE_LOGF )
endif ( HAVE_LOGF )
check_symbol_exists (logf "${_math_h}" HAVE_LOGF)