Skip to content

Commit

Permalink
windows 2
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Nov 20, 2024
1 parent 77066b8 commit 56d52d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/master_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,7 @@ jobs:
shell: msys2 {0}
run: |
cd build
ls
ls tests
./tests/mtkahypar_tests.exe
./tests/mtkahypar_tests
# mt_kahypar_macos_build:
# name: MacOS Build
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ if (POLICY CMP0167) # new FindBoost behavior
cmake_policy(SET CMP0167 NEW)
endif()

if (NOT DEFINED BUILD_SHARED_LIBS)
# since TBB does not support static linking, we build with dynamic linking by default
if (NOT DEFINED BUILD_SHARED_LIBS AND NOT WIN32)
# since TBB does not support static linking, we build with dynamic linking by default (except on Windows)
set(BUILD_SHARED_LIBS ON)
endif()

Expand Down

0 comments on commit 56d52d8

Please sign in to comment.