GenericMappingTools/gmt
cmake/modules/ConfigureChecks.cmake
:53
check_c_source_compiles (
"
int main (){char *function_name = __func__; return 0;}
"
HAVE___FUNC__)
check_c_source_compiles (
"
int main (){char *function_name = __func__; return 0;}
"
HAVE___FUNC__)
check_symbol_exists ( __func__ "" HAVE___FUNC__ )
check_symbol_exists(__func__ "" HAVE___FUNC__)
check_symbol_exists(__func__ "" HAVE___FUNC__)
check_symbol_exists(__func__ "" HAVE___FUNC__)