Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Nov 14, 2024
1 parent 5cff736 commit 4fca3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cmake -S .. -B . \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_LIBRARY=OFF \
-DWITH_AVX=OFF \
-Boost_USE_STATIC_LIBS=OFF \
-DBoost_USE_STATIC_LIBS=OFF \
-DPYTHON_VERSION=$(python -c 'import platform; print(platform.python_version())')\
-G Ninja \
"${CONFIG_ARGS}"
Expand Down

0 comments on commit 4fca3a4

Please sign in to comment.