mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
Fix build failure on riscv64 (#4506)
This commit is contained in:
parent
1809ee5107
commit
30a3618ebf
|
@ -315,6 +315,7 @@ endif()
|
|||
################################################################################
|
||||
# Threading support
|
||||
################################################################################
|
||||
set(THREADS_PREFER_PTHREAD_FLAG TRUE)
|
||||
find_package(Threads)
|
||||
list(APPEND Z3_DEPENDENT_LIBS ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
|
|
Loading…
Reference in a new issue