3
0
Fork 0
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:
FabianWolff 2020-06-07 21:27:54 +02:00 committed by GitHub
parent 1809ee5107
commit 30a3618ebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -315,6 +315,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})