Skip to content

Commit

Permalink
-DBoost_USE_STATIC_LIBS=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 26, 2024
1 parent 6205ab0 commit 06a0fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
$release_name = "karbo-cli-win64-$krb_ver"
mkdir "$build_folder"
cd "$build_folder"
cmake -G "Visual Studio 16 2019" -A x64 -DBOOST_ROOT="$env:BOOST_ROOT" ..
cmake -G "Visual Studio 16 2019" -A x64 -DBoost_USE_STATIC_LIBS=ON -DBOOST_ROOT="$env:BOOST_ROOT" ..
msbuild Karbowanec.sln /p:Configuration=Release /m
cd src\Release
Compress-Archive -Path *.exe -DestinationPath "$release_name.zip"
Expand Down

0 comments on commit 06a0fcd

Please sign in to comment.