Skip to content

Commit fa67dd2

Browse files
committed
build: publish bundled xxhash dependency
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
1 parent 6d15c79 commit fa67dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ set(src
8080

8181
# Static Library
8282
add_library(cfl-static STATIC ${src})
83-
target_link_libraries(cfl-static PRIVATE xxhash)
83+
target_link_libraries(cfl-static PUBLIC xxhash)
8484

8585
if(CFL_ATOMIC_NEEDS_LIBATOMIC)
8686
target_link_libraries(cfl-static PUBLIC atomic)

0 commit comments

Comments
 (0)