Skip to content

Commit

Permalink
docs: Specify CMAKE_INSTALL_PREFIX (#3438)
Browse files Browse the repository at this point in the history
docs: Specify CMAKE_INSTALL_PREFIX

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan authored Sep 10, 2024
1 parent 841b272 commit 71f0ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/installation/micromamba-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 71f0ed3

Please sign in to comment.