Skip to content

Commit ada30e4

Browse files
committed
up
1 parent 6d83f7c commit ada30e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/hipo-fetch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ jobs:
294294
strategy:
295295
matrix:
296296
config: [Release]
297-
config: [Release, Debug]
298297

299298
steps:
300299
- uses: actions/checkout@v4

highs/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,10 @@ if(Threads_FOUND)
433433
endif()
434434

435435
if(FAST_BUILD)
436+
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
437+
set(THREADS_PREFER_PTHREAD_FLAG ON)
438+
endif()
439+
436440
target_link_libraries(highs PRIVATE Threads::Threads)
437441
else()
438442
target_link_libraries(libhighs Threads::Threads)

0 commit comments

Comments
 (0)