Skip to content

Commit

Permalink
added INSTALL_FOLDER argument
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Jul 18, 2018
1 parent 282c9d9 commit fcacb55
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@ conan_cmake_run(...
SETTINGS cppstd=14)
```

### INSTALL_FOLDER

Provide the ``conan install --install-folder=[folder]`` argument:

```cmake
include(conan.cmake)
conan_cmake_run(...
INSTALL_FOLDER myfolder
)
```

### GENERATORS

Add additional [generators](https://docs.conan.io/en/latest/reference/generators.html?highlight=generator). May useful to add the [virtualrunenv](https://docs.conan.io/en/latest/mastering/virtualenv.html#virtualrunenv-generator)-generator:
Expand Down

0 comments on commit fcacb55

Please sign in to comment.