cmake: exclude w32-pthreads for mingw-w64
mingw-w64 has its own pthreads library
This commit is contained in:
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)
|
||||
|
||||
|
Reference in New Issue
Block a user