Skip to content

Commit

Permalink
Fix warnings about ONLY_C_LOCAL mismatches in PCH builds as date libr…
Browse files Browse the repository at this point in the history
…ary sets it.
  • Loading branch information
MarkBicknellONT committed Nov 6, 2023
1 parent c6ba53c commit f633298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dorado/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ target_include_directories(dorado_utils
target_link_libraries(dorado_utils
PUBLIC
${TORCH_LIBRARIES}
date::date
edlib
spdlog::spdlog
PRIVATE
minimap2
OpenSSL::SSL
date::date
htslib
)

Expand Down

0 comments on commit f633298

Please sign in to comment.