Skip to content

Commit

Permalink
CMAKE_INSTALL_PREFIX seems ignored? use --prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Dec 16, 2022
1 parent 9778f4f commit 435f0a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ build:
cmake -S s2geography -B s2geography/build \
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_BUILD_TYPE=Release \
-DS2GEOGRAPHY_S2_SOURCE=CONDA \
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX
-DS2GEOGRAPHY_S2_SOURCE=CONDA
- cmake --build s2geography/build
- cmake --install s2geography/build
- cmake --install s2geography/build --prefix $CONDA_PREFIX

conda:
environment: docs/environment.yml
Expand Down

0 comments on commit 435f0a1

Please sign in to comment.