Skip to content

Commit

Permalink
-DBoost_LIBRARY_SUFFIX="-vc142-mt-x64-1_84"
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 26, 2024
1 parent 5d00c8f commit b45718f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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_DEBUG=ON -D_boost_RELEASE_ABI_TAG="-" -DCMAKE_BUILD_TYPE=Build -DBoost_INCLUDE_DIR=${{steps.install-boost.outputs.BOOST_ROOT}}/include -DBoost_LIBRARY_DIRS=${{steps.install-boost.outputs.BOOST_ROOT}}/lib -DBOOST_ROOT="$env:BOOST_ROOT" ..
cmake -G "Visual Studio 16 2019" -A x64 -DBoost_DEBUG=ON -DBoost_LIBRARY_SUFFIX="-vc142-mt-x64-1_84" -DBoost_INCLUDE_DIR=${{steps.install-boost.outputs.BOOST_ROOT}}/include -DBoost_LIBRARY_DIRS=${{steps.install-boost.outputs.BOOST_ROOT}}/lib -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
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ endif()
set(Boost_NO_BOOST_CMAKE ON)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME ON)
set(_boost_RELEASE_ABI_TAG "-" CACHE STRING "Get rid of -s" FORCE)

find_package(Boost REQUIRED COMPONENTS system filesystem thread date_time chrono regex serialization program_options coroutine context atomic)
message(STATUS "Boost Found: ${Boost_INCLUDE_DIRS}")
Expand Down

0 comments on commit b45718f

Please sign in to comment.