From eea718670f04c3b1f6f5daeaed95065f443ada2a Mon Sep 17 00:00:00 2001 From: Pere Mato Date: Wed, 21 Dec 2016 10:44:39 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09255e9..1b725cf 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ This is a small package containing some commonly used CMake "find" modules. To use them, you need to have the top directory in the CMAKE_PREFIX_PATH, then you can enable the modules in your CMakeLists.txt with something like: - find_package(CMakeTools) - UseCMakeTools() + find_package(CMakeTools) + UseCMakeTools()