test-input: avoid w32-pthreads for mingw-w64

master
martell 2015-02-05 07:30:40 +00:00 committed by jp9000
parent 97cc9b610a
commit e0fab8888f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ project(test-input)
include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/libobs")
if(WIN32)
if(MSVC)
set(test-input_PLATFORM_DEPS
w32-pthreads)
endif()