Skip to content

Commit

Permalink
Merge branch 'locale_build_warning_fix' into 'master'
Browse files Browse the repository at this point in the history
Fix warnings about ONLY_C_LOCAL mismatches in PCH builds

See merge request machine-learning/dorado!683
  • Loading branch information
MarkBicknellONT committed Nov 6, 2023
2 parents c6ba53c + f633298 commit 873c6b1
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 873c6b1

Please sign in to comment.