From 4fca3a427b198aae6482573004dd7b7e900c612c Mon Sep 17 00:00:00 2001 From: Thomas-Otavio Peulen Date: Thu, 14 Nov 2024 17:15:46 +0100 Subject: [PATCH] Fix typo --- conda-recipe/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/build.sh b/conda-recipe/build.sh index 80f5b4e1..057e2734 100755 --- a/conda-recipe/build.sh +++ b/conda-recipe/build.sh @@ -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}"