Skip to content

Commit

Permalink
Make.bat: Hack for Windows - force build preset to conan-release
Browse files Browse the repository at this point in the history
Quick & dirty, should be refactored later
  • Loading branch information
howetuft authored Feb 26, 2025
1 parent a4ade62 commit e8d0e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ setlocal
for /f "delims=" %%A in ('python cmake\get_preset.py') do set "PRESET=%%A"
echo CMake preset: %PRESET%
set TARGET=%1
cmake --build --preset %PRESET% --target %TARGET% %BUILD_CMAKE_ARGS%
cmake --build --preset conan-release --target %TARGET% %BUILD_CMAKE_ARGS%
endlocal
goto :EOF

Expand Down

0 comments on commit e8d0e29

Please sign in to comment.