forked from openkylin/z3
Fix build failure on riscv64
Origin: vendor, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948109#75 Bug-Debian: https://bugs.debian.org/948109 Last-Update: 2020-01-10 Gbp-Pq: Name 03-pthread.patch
This commit is contained in:
parent
19e9b59dde
commit
9ea1869bfb
|
@ -314,6 +314,7 @@ endif()
|
||||||
################################################################################
|
################################################################################
|
||||||
# Threading support
|
# Threading support
|
||||||
################################################################################
|
################################################################################
|
||||||
|
set(THREADS_PREFER_PTHREAD_FLAG TRUE)
|
||||||
find_package(Threads)
|
find_package(Threads)
|
||||||
list(APPEND Z3_DEPENDENT_LIBS ${CMAKE_THREAD_LIBS_INIT})
|
list(APPEND Z3_DEPENDENT_LIBS ${CMAKE_THREAD_LIBS_INIT})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue