mirror of https://github.com/mamba-org/mamba.git
Mention BUILD_EXE CMake option
This commit is contained in:
parent
e5b2d7dd64
commit
beb3c0bcf7
|
@ -173,7 +173,8 @@ cmake --build . -j
|
|||
```
|
||||
|
||||
This would generate the test program `./test/test_mamba` under the `build`
|
||||
directory which you can execute with `make test`.
|
||||
directory which you can execute with `make test`. To generate the executable
|
||||
`micromamba` also include the CMake option `-DBUILD_EXE=ON` in the above step.
|
||||
|
||||
### Support us
|
||||
|
||||
|
|
Loading…
Reference in New Issue