docs: Specify `CMAKE_INSTALL_PREFIX` (#3438)

docs: Specify CMAKE_INSTALL_PREFIX

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2024-09-10 13:51:42 +02:00 committed by GitHub
parent 841b272cef
commit 71f0ed38fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 \