File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,10 +8,5 @@ if not "%GIT_DESCRIBE_NUMBER%"=="0" (
88cmake " %RECIPE_DIR% \.." -G " NMake Makefiles" -DPython_ROOT_DIR=" %BUILD_PREFIX% " ^
99 -DCONDA_BUILD=ON ^
1010 -DCMAKE_BUILD_TYPE=RelWithDebInfo ^
11- -DLIBRARY_LIB=%CONDA_PREFIX% \lib ^
12- -DLIBRARY_INC=%CONDA_PREFIX% ^
13- -DCMAKE_INSTALL_PREFIX=%PREFIX%
14- if errorlevel 1 exit 1
15-
16- cmake --build . --target install --config RelWithDebInfo
17- if errorlevel 1 exit 1
11+ -DCMAKE_INSTALL_PREFIX=%PREFIX% || exit 1
12+ cmake --build . --target install --config RelWithDebInfo || exit 1
Original file line number Diff line number Diff line change 1616cmake ${RECIPE_DIR} /../ $extra_args \
1717 -DCONDA_BUILD=ON \
1818 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
19- -DLIBRARY_LIB=$CONDA_PREFIX /lib \
20- -DLIBRARY_INC=$CONDA_PREFIX /include \
2119 -DCMAKE_INSTALL_PREFIX=$PREFIX
2220cmake --build . --target install
You can’t perform that action at this time.
0 commit comments