cmake HAVE___FUNC__ examples

librsync/librsync CMakeLists.txt :89

check_symbol_exists ( __func__ "" HAVE___FUNC__ )

Studio3T/robomongo src/robomongo/ssh/CMakeLists.txt :19

check_symbol_exists(__func__ "" HAVE___FUNC__)

Studio3T/robomongo src/third-party/libssh2-1.7.0/sources/example/CMakeLists.txt :95

check_symbol_exists(__func__ "" HAVE___FUNC__)

Studio3T/robomongo src/third-party/libssh2-1.9.0/sources/example/CMakeLists.txt :95

check_symbol_exists(__func__ "" HAVE___FUNC__)