Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions trinity/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ if(BUILD_FOR_PYTHON_2)
add_library(AMD::FidelityFX::CACAO ALIAS AMD::CACAO)
find_package(IntelTBB REQUIRED)
add_library(TBB::tbb ALIAS Intel::TBB)
add_library(TBB::tbbmalloc INTERFACE IMPORTED)
add_library(TBB::tbbmalloc_proxy INTERFACE IMPORTED)
find_package(VMA REQUIRED)
add_library(GPUOpen::VulkanMemoryAllocator ALIAS GPUOpen::VMA)
find_package(CarbonTrinityAudioAPI REQUIRED)
Expand Down Expand Up @@ -1861,8 +1859,6 @@ function(set_shared_trinity_properties target package_name)
AMD::FidelityFX::CACAO
AMD::FidelityFX::CAS
TBB::tbb
TBB::tbbmalloc
TBB::tbbmalloc_proxy
CcpMath
platform_pdm_proto_wrapper
CcpParser
Expand Down