File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ dependencies:
77 - numpy
88 - pkg-config
99 - boost
10+ - cmake
11+ - ccache
12+ - ninja
Original file line number Diff line number Diff line change 4444 mkdir build
4545 pushd build
4646 cmake ^
47- -G "NMake Makefiles " ^
47+ -G "Ninja " ^
4848 -DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
4949 -DCMAKE_CXX_COMPILER_LAUNCHER=ccache ^
5050 -DCMAKE_BUILD_TYPE=Release ^
7070 :: Test packaging
7171
7272 cmake -B test-packaging -S unittest/packaging/cmake ^
73- -G "NMake Makefiles " ^
73+ -G "Ninja " ^
7474 -DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe
7575 if errorlevel 1 exit 1
7676
8181 mkdir build
8282 pushd build
8383 cmake ^
84- -G "NMake Makefiles " ^
84+ -G "Ninja " ^
8585 -DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
8686 -DCMAKE_BUILD_TYPE=Release ^
8787 -DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^
You can’t perform that action at this time.
0 commit comments