Skip to content

Commit

Permalink
document NO_LOAD arg (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido authored Oct 29, 2020
1 parent a8ca630 commit 691b480
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,16 @@ conan_cmake_run(...
GENERATORS virtualrunenv)
```

### NO_LOAD

Use ``NO_LOAD`` argument to avoid loading the _conanbuildinfo.cmake_ generated by the default ``cmake`` generator.

```cmake
include(conan.cmake)
conan_cmake_run(...
NO_LOAD)
```

### CONAN_COMMAND

Use ``CONAN_COMMAND`` argument to specify the conan path, e.g. in case of running from source cmake
Expand Down

0 comments on commit 691b480

Please sign in to comment.