cmake: exclude w32-pthreads for mingw-w64
mingw-w64 has its own pthreads library
This commit is contained in:
parent
21ec81ebcc
commit
e869a914b0
3
deps/CMakeLists.txt
vendored
3
deps/CMakeLists.txt
vendored
@ -1,5 +1,8 @@
|
||||
|
||||
if(NOT MINGW)
|
||||
add_subdirectory(w32-pthreads)
|
||||
endif()
|
||||
|
||||
add_subdirectory(glad)
|
||||
add_subdirectory(ipc-util)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user