From 0575284367ebc783e531c0d1de3e59df8475192b Mon Sep 17 00:00:00 2001 From: "Cheruvally, Aravindan" Date: Mon, 12 May 2025 18:18:11 -0400 Subject: [PATCH] Update License File install for ASAN (#21) UT Fix - Update License File install for ASAN --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9906ce92d4..3277e4c8e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,7 @@ if(BUILD_SHARED_LIBS) # License file install ( FILES ${LICENSE_FILE} DESTINATION ${CMAKE_INSTALL_DOCDIR} RENAME LICENSE.txt - COMPONENT CORE_RUNTIME) + COMPONENT ${COMP_TYPE}) else() install ( FILES ${BUILD_DIR}/version DESTINATION .info