Skip to content

Commit 14e42a9

Browse files
committed
[UR][CMake] Fix standalone build emhash error
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 777f38d commit 14e42a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xptifw/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function(add_xpti_library LIB_NAME)
6767
$<BUILD_INTERFACE:${XPTI_DIR}/include>
6868
)
6969

70-
target_link_libraries(${LIB_NAME} PUBLIC emhash::emhash)
70+
target_link_libraries(${LIB_NAME} PUBLIC $<BUILD_INTERFACE:emhash::emhash>)
7171

7272
find_package(Threads REQUIRED)
7373
target_link_libraries(${LIB_NAME} PUBLIC ${CMAKE_DL_LIBS} Threads::Threads)

0 commit comments

Comments
 (0)