mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
CMakeLists.txt: detect and use -pthread compiler flag
The cmake thread detection just ain't enough to always work
This commit is contained in:
parent
77e1ebff26
commit
938476c9a5
@ -428,6 +428,8 @@ if (UNIX AND NOT APPLE)
|
|||||||
# Note that at the time of this writing the -Wstrict-prototypes flag added below will make this fail
|
# Note that at the time of this writing the -Wstrict-prototypes flag added below will make this fail
|
||||||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||||
find_package(Threads)
|
find_package(Threads)
|
||||||
|
add_c_flag_if_supported(-pthread CMAKE_C_FLAGS)
|
||||||
|
add_cxx_flag_if_supported(-pthread CMAKE_CXX_FLAGS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Handle OpenSSL, used for sha256sum on binary updates and light wallet ssl http
|
# Handle OpenSSL, used for sha256sum on binary updates and light wallet ssl http
|
||||||
|
Loading…
Reference in New Issue
Block a user