mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
15 lines
787 B
Text
15 lines
787 B
Text
--- openvdb/CMakeLists.txt.orig 2020-04-01 23:48:56 UTC
|
|
+++ openvdb/CMakeLists.txt
|
|
@@ -127,10 +127,10 @@ if(CONCURRENT_MALLOC STREQUAL "Jemalloc")
|
|
message(WARNING "Unable to find Jemalloc, attempting to fall back to TBB malloc.
|
|
It is recommended to use Jemalloc for optimum performance."
|
|
)
|
|
- find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc tbbmalloc_proxy)
|
|
+ find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc)
|
|
endif()
|
|
elseif(CONCURRENT_MALLOC STREQUAL "Tbbmalloc")
|
|
- find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc tbbmalloc_proxy)
|
|
+ find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc)
|
|
endif()
|
|
|
|
# Set deps. Note that the order here is important. If we're building against
|