mirror of https://github.com/mamba-org/mamba.git
docs: Specify `CMAKE_INSTALL_PREFIX` (#3438)
docs: Specify CMAKE_INSTALL_PREFIX Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
841b272cef
commit
71f0ed38fb
|
@ -212,6 +212,7 @@ Use CMake from this environment to drive the build:
|
|||
cmake -B build/ \
|
||||
-G Ninja \
|
||||
${CMAKE_ARGS} \
|
||||
-D CMAKE_INSTALL_PREFIX="${CONDA_PREFIX}" \
|
||||
-D CMAKE_BUILD_TYPE="Release" \
|
||||
-D BUILD_LIBMAMBA=ON \
|
||||
-D BUILD_STATIC=ON \
|
||||
|
|
Loading…
Reference in New Issue