Added usage notes
This commit is contained in:
parent
c8c3c302e4
commit
39dd9c0378
1 changed files with 5 additions and 0 deletions
|
@ -12,3 +12,8 @@ Usage
|
|||
```
|
||||
cmake -DCMAKE_MODULE_PATH:PATH=<cmake-d-dir>/cmake-d <path-to-source>
|
||||
```
|
||||
|
||||
*Note:*
|
||||
- use absolute path for CMAKE_MODULE_PATH
|
||||
- Because cmake internally uses relative paths, on Windows, \<cmake-d-dir\> and cmake installation need to be installed on the same drive.
|
||||
|
||||
|
|
Loading…
Reference in a new issue