Skip to content

Commit

Permalink
Use nmake for now
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored Apr 20, 2023
1 parent c8fb407 commit ada06e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/range-v3/bld.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
mkdir build
cd build

cmake ^
:: Generator can be removed once https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/4357 is in
cmake -G "NMake Makefiles" ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-DBUILD_TESTING=YES ^
Expand Down

0 comments on commit ada06e6

Please sign in to comment.