1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 12:45:18 +03:00
aports/testing/embree3/fix-install-detection.patch
psykose d5a0122246 testing/embree3: new aport
https://www.embree.org/
High Performance Ray Tracing Kernels
2023-06-27 21:22:57 +02:00

14 lines
466 B
Diff

--- a/common/cmake/installTBB.cmake
+++ b/common/cmake/installTBB.cmake
@@ -1,11 +1,6 @@
## Copyright 2009-2021 Intel Corporation
## SPDX-License-Identifier: Apache-2.0
-IF (EMBREE_STATIC_LIB)
- INSTALL(TARGETS TBB EXPORT TBB-targets)
- INSTALL(EXPORT TBB-targets DESTINATION "${EMBREE_CMAKEEXPORT_DIR}" COMPONENT devel)
-ENDIF()
-
IF (EMBREE_INSTALL_DEPENDENCIES)
IF (TARGET TBB::tbb)
GET_TARGET_PROPERTY(LIB_PATH TBB::tbb IMPORTED_LOCATION_RELEASE)