mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026600: CMake should disable auto-link for TBB
implicit tbb linkage disabled
This commit is contained in:
@@ -4,11 +4,9 @@ set (TOOLKIT_MODULES
|
||||
BRepMesh
|
||||
)
|
||||
|
||||
if(NOT WIN32)
|
||||
if(USE_TBB)
|
||||
list( APPEND USED_LIBS tbb )
|
||||
list( APPEND USED_LIBS tbbmalloc )
|
||||
endif()
|
||||
if(USE_TBB)
|
||||
list( APPEND USED_LIBS tbb )
|
||||
list( APPEND USED_LIBS tbbmalloc )
|
||||
endif()
|
||||
|
||||
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
|
||||
|
Reference in New Issue
Block a user