mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #4580
938476c9
CMakeLists.txt: detect and use -pthread compiler flag (moneromooo-monero)
This commit is contained in:
commit
8f9c381f86
1 changed files with 2 additions and 0 deletions
|
@ -431,6 +431,8 @@ if (UNIX AND NOT APPLE)
|
|||
# Note that at the time of this writing the -Wstrict-prototypes flag added below will make this fail
|
||||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||
find_package(Threads)
|
||||
add_c_flag_if_supported(-pthread CMAKE_C_FLAGS)
|
||||
add_cxx_flag_if_supported(-pthread CMAKE_CXX_FLAGS)
|
||||
endif()
|
||||
|
||||
# Handle OpenSSL, used for sha256sum on binary updates and light wallet ssl http
|
||||
|
|
Loading…
Reference in a new issue