if (TBB_BUILD)
add_subdirectory(src/tbb)
endif()
- if (NOT "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "mips")
- if (TBBMALLOC_BUILD)
- add_subdirectory(src/tbbmalloc)
- add_subdirectory(src/tbbmalloc_proxy)
- endif()
- if (APPLE)
- message(STATUS "TBBBind build targets are disabled due to unsupported environment")
- else()
- add_subdirectory(src/tbbbind)
- endif()
+ if (TBBMALLOC_BUILD)
+ add_subdirectory(src/tbbmalloc)
+ add_subdirectory(src/tbbmalloc_proxy)
+ endif()
+ if (APPLE)
+ message(STATUS "TBBBind build targets are disabled due to unsupported environment")
+ else()
+ add_subdirectory(src/tbbbind)
endif()
# -------------------------------------------------------------------