gentoo/dev-util/Tensile/files/Tensile-7.1.0-cmake.patch
Patrick Lauer b50f921868
dev-util/Tensile: Fix build with USE=client
Closes: https://bugs.gentoo.org/965842
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
2025-11-09 14:56:57 +00:00

11 lines
365 B
Diff

--- a/Tensile/Source/CMakeLists.txt 2025-11-09 14:45:24.206159874 -0000
+++ b/Tensile/Source/CMakeLists.txt 2025-11-09 14:47:23.555541567 -0000
@@ -50,6 +50,7 @@
endif()
endif()
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(TensileSupportedArchitectures)
set(GPU_TARGETS "" CACHE STRING "AMD GFX targets to cross-compile")