Fixed MinGW builds receiving -lpthread wrongly
This commit is contained in:
parent
43f3e99b36
commit
2e75ad6268
1 changed files with 3 additions and 1 deletions
|
@ -261,7 +261,9 @@ endif ()
|
|||
|
||||
if (MSVC)
|
||||
target_link_libraries(criterion wingetopt)
|
||||
else ()
|
||||
endif ()
|
||||
|
||||
if (NOT WIN32)
|
||||
target_link_libraries(criterion pthread)
|
||||
endif ()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue