Skip to content

Commit 1e66fd0

Browse files
fix spdlog export
1 parent e53ac87 commit 1e66fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ target_include_directories(livekit
379379

380380
target_link_libraries(livekit
381381
PUBLIC
382-
$<BUILD_INTERFACE:spdlog::spdlog>
382+
spdlog::spdlog
383383
PRIVATE
384384
livekit_ffi
385385
${LIVEKIT_PROTOBUF_TARGET}

0 commit comments

Comments
 (0)