From 14e42a9326cb3c3d99b93fda4622c193e2a46606 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Wed, 3 Sep 2025 12:09:39 -0700 Subject: [PATCH] [UR][CMake] Fix standalone build emhash error Signed-off-by: Sarnie, Nick --- xptifw/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xptifw/src/CMakeLists.txt b/xptifw/src/CMakeLists.txt index 555127d03197f..1026bc505f4ee 100644 --- a/xptifw/src/CMakeLists.txt +++ b/xptifw/src/CMakeLists.txt @@ -67,7 +67,7 @@ function(add_xpti_library LIB_NAME) $ ) - target_link_libraries(${LIB_NAME} PUBLIC emhash::emhash) + target_link_libraries(${LIB_NAME} PUBLIC $) find_package(Threads REQUIRED) target_link_libraries(${LIB_NAME} PUBLIC ${CMAKE_DL_LIBS} Threads::Threads)