Skip to content

Commit

Permalink
cmake: fix find_package(Python)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 26, 2024
1 parent 5cfac99 commit 2688747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if not "%GIT_DESCRIBE_NUMBER%"=="0" (
set SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL=%PKG_VERSION%.dev%GIT_DESCRIBE_NUMBER%+%GIT_DESCRIBE_HASH%
)

cmake "%RECIPE_DIR%\.." -G "NMake Makefiles" ^
cmake "%RECIPE_DIR%\.." -G "NMake Makefiles" -DPython_ROOT_DIR="%BUILD_PREFIX%" ^
-DCONDA_BUILD=ON ^
-DCMAKE_BUILD_TYPE=RelWithDebInfo ^
-DLIBRARY_LIB=%CONDA_PREFIX%\lib ^
Expand Down

0 comments on commit 2688747

Please sign in to comment.