From 072cb60bb63e9f3d1c42fa18adcebb77bb4aa6ae Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 5 Dec 2024 17:45:24 +0800 Subject: Remove duplicate call to install() for libslang (#5767) Closes https://github.com/shader-slang/slang/issues/5764 Also mention other installed targets in cmake config --- cmake/LLVM.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/LLVM.cmake') diff --git a/cmake/LLVM.cmake b/cmake/LLVM.cmake index 3c7c1b543..a72cae0f5 100644 --- a/cmake/LLVM.cmake +++ b/cmake/LLVM.cmake @@ -88,6 +88,7 @@ function(fetch_or_build_slang_llvm) EXPORT_MACRO_PREFIX SLANG INSTALL INSTALL_COMPONENT slang-llvm + EXPORT_SET_NAME SlangTargets ) # If we don't include this, then the symbols in the LLVM linked here may # conflict with those of other LLVMs linked at runtime, for instance in mesa. -- cgit v1.2.3