Skip to content

Commit

Permalink
Update bld.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
pruliere authored Jan 23, 2025
1 parent 5f9ba19 commit 023cb2e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions carma.recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
cmake -G"Visual Studio 17 2022" ^
cmake -S . -B build ^
-D CMAKE_BUILD_TYPE:STRING=Release ^
-D CMAKE_INSTALL_PREFIX=%PREFIX%/Library ^
-D CARMA_INSTALL_LIB=ON ^
-S . -B build
-D CMAKE_INSTALL_PREFIX=%PREFIX%/Library

cmake --build build --config Release
cmake --install build

0 comments on commit 023cb2e

Please sign in to comment.