mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
needed to remove REQUIRED from find_package(Threads)
This commit is contained in:
parent
d433a696e5
commit
45bd182363
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ set(STATIC ${MSVC} CACHE BOOL "Link libraries statically")
|
|||
|
||||
if (UNIX AND NOT APPLE)
|
||||
# Note that at the time of this writing the -Wstrict-prototypes flag added below will make this fail
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(Threads)
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
|
|
Loading…
Reference in a new issue