cmake HAVE_SYSTEM_TIRPC examples

percona/percona-server cmake/rpc.cmake :93

SET_TARGET_PROPERTIES(ext::rpc PROPERTIES
      IMPORTED_LOCATION ${tirpc_imported_location}
      INTERFACE_COMPILE_DEFINITIONS HAVE_SYSTEM_TIRPC
      )

logicalclocks/rondb cmake/rpc.cmake :88

SET_TARGET_PROPERTIES(ext::rpc PROPERTIES
      IMPORTED_LOCATION ${pkgcfg_lib_TIRPC_tirpc}
      INTERFACE_COMPILE_DEFINITIONS HAVE_SYSTEM_TIRPC
      )

percona/percona-xtrabackup cmake/rpc.cmake :88

SET_TARGET_PROPERTIES(ext::rpc PROPERTIES
      IMPORTED_LOCATION ${pkgcfg_lib_TIRPC_tirpc}
      INTERFACE_COMPILE_DEFINITIONS HAVE_SYSTEM_TIRPC
      )

percona/percona-xtradb-cluster cmake/rpc.cmake :93

SET_TARGET_PROPERTIES(ext::rpc PROPERTIES
      IMPORTED_LOCATION ${tirpc_imported_location}
      INTERFACE_COMPILE_DEFINITIONS HAVE_SYSTEM_TIRPC
      )

mysql/mysql-server cmake/rpc.cmake :88

SET_TARGET_PROPERTIES(ext::rpc PROPERTIES
      IMPORTED_LOCATION ${pkgcfg_lib_TIRPC_tirpc}
      INTERFACE_COMPILE_DEFINITIONS HAVE_SYSTEM_TIRPC
      )