Skip to content

Commit

Permalink
fix LIBRARY_INC
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 26, 2024
1 parent 6f94ded commit 5cfac99
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 @@ -9,7 +9,7 @@ cmake "%RECIPE_DIR%\.." -G "NMake Makefiles" ^
-DCONDA_BUILD=ON ^
-DCMAKE_BUILD_TYPE=RelWithDebInfo ^
-DLIBRARY_LIB=%CONDA_PREFIX%\lib ^
-DLIBRARY_INC=%CONDA_PREFIX% ^
-DLIBRARY_INC=%CONDA_PREFIX%\include ^
-DCMAKE_INSTALL_PREFIX=%PREFIX%
if errorlevel 1 exit 1

Expand Down

0 comments on commit 5cfac99

Please sign in to comment.