From 83ceb776ba50b86806c81115a7d9d02968bac3e4 Mon Sep 17 00:00:00 2001 From: Dragos Carp Date: Wed, 16 Oct 2013 18:27:19 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3fcfeb..80fddc1 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ Usage ``` cmake -DCMAKE_MODULE_PATH:PATH=/cmake-d ``` +
-*Note:* -- use absolute path for CMAKE_MODULE_PATH -- Because cmake internally uses relative paths, on Windows, \ and cmake installation need to be installed on the same drive. +--- +*Notes:* + - *use absolute path for CMAKE_MODULE_PATH* + - *Because internally cmake uses relative paths, on Windows, \ and cmake installation directory need to be on the same drive.*