From 73110c94064557f819a1419944f6418fb7cf7fa3 Mon Sep 17 00:00:00 2001 From: Dragos Carp Date: Wed, 16 Oct 2013 17:12:54 +0200 Subject: [PATCH] Renamed repository --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc363ca..ff6ab7a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -cmaked2 +cmake-d ======= -cmake for D2 +CMake for D2 Usage ----- -1. Download and extract https://github.com/dcarp/cmaked2/archive/master.zip to a local directory \ +1. Download and extract https://github.com/dcarp/cmake-d/archive/master.zip to a local directory \ 2. Create a D CMake Project: project(project-name D) -3. Run cmake as usual specifing the cmaked2 path. To cache it, don't forget to specify the *:PATH* variable type.
+3. Run cmake as usual specifing the cmake-d path. To cache it, don't forget to specify the *:PATH* variable type.
``` -cmake -DCMAKE_MODULE_PATH:PATH= +cmake -DCMAKE_MODULE_PATH:PATH= ```