mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
0026830: TKernel should not be linked with pthread and rt
pthread and rt are not linked on android and qnx
This commit is contained in:
parent
3b523c4cb2
commit
13e3622ca7
@ -25,7 +25,7 @@ if (WIN32)
|
|||||||
list( APPEND USED_LIBS gdi32.lib )
|
list( APPEND USED_LIBS gdi32.lib )
|
||||||
list( APPEND USED_LIBS user32.lib )
|
list( APPEND USED_LIBS user32.lib )
|
||||||
list( APPEND USED_LIBS kernel32.lib )
|
list( APPEND USED_LIBS kernel32.lib )
|
||||||
elseif (NOT APPLE)
|
elseif (NOT APPLE AND NOT ANDROID AND NOT QNX)
|
||||||
list( APPEND USED_LIBS pthread )
|
list( APPEND USED_LIBS pthread )
|
||||||
list( APPEND USED_LIBS rt )
|
list( APPEND USED_LIBS rt )
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user