From ba22ea0a361b5d71ac162ad37d6bb89f48b9a6f1 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Fri, 27 Oct 2017 14:06:47 +0200 Subject: [PATCH] minor changes --- README.md | 2 +- cmake/in/libuv.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 971b17d6..da2af43b 100644 --- a/README.md +++ b/README.md @@ -320,5 +320,5 @@ Docs released under [Creative Commons](https://github.com/skypjack/uvw/blob/mast # Donation Developing and maintaining `uvw` takes some time and lots of coffee. It still lacks a proper test suite, documentation is partially incomplete and not all functionalities have been fully implemented yet.
-If you want to support this project, you can offer me an espresso. I'm from Italy, we're used to turning the best coffee ever in code.
+If you want to support this project, you can offer me an espresso. I'm from Italy, we're used to turning the best coffee ever in code. If you find that it's not enough, feel free to support me the way you prefer.
Take a look at the donation button at the top of the page for more details or just click [here](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=W2HF9FESD5LJY&lc=IT&item_name=Michele%20Caini¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted). diff --git a/cmake/in/libuv.in b/cmake/in/libuv.in index b4d8a6cb..177e3761 100644 --- a/cmake/in/libuv.in +++ b/cmake/in/libuv.in @@ -18,7 +18,7 @@ if(WIN32) INSTALL_COMMAND "" TEST_COMMAND "" ) -else(WIN32) +else() ExternalProject_Add( libuv GIT_REPOSITORY https://github.com/libuv/libuv.git @@ -34,4 +34,4 @@ else(WIN32) INSTALL_COMMAND "" TEST_COMMAND "" ) -endif(WIN32) +endif()