FluidSynth/fluidsynth
CMakeLists.txt
:820
unset ( HAVE_SQRTF CACHE )
unset ( HAVE_SQRTF CACHE )
CHECK_SYMBOL_EXISTS ( sqrtf "math.h" HAVE_SQRTF )
endif ( HAVE_SQRTF )
unset ( HAVE_SQRTF CACHE )
CHECK_SYMBOL_EXISTS ( sqrtf "math.h" HAVE_SQRTF )
endif ( HAVE_SQRTF )
check_symbol_exists (sqrtf "${_math_h}" HAVE_SQRTF)
CHECK_CXX_SOURCE_COMPILES("#include <math.h>
int main() {sqrtf(0); return 1;}" HAVE_SQRTF)