Skip to content

Commit

Permalink
Update KenLM port for fetchcontent CMake build (#72)
Browse files Browse the repository at this point in the history
Summary:
Recent commit fixes some build issues with new MSVC versions.

Pull Request resolved: #72

Test Plan: CI

Reviewed By: mthrok

Differential Revision: D46531356

Pulled By: jacobkahn

fbshipit-source-id: 551a4b642161720b02810c41aa3ec1899005f375
  • Loading branch information
jacobkahn authored and facebook-github-bot committed Jun 7, 2023
1 parent 97017a6 commit 4994f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildKenlm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(FetchContent)

# TODO: swap to main repo once https://github.com/kpu/kenlm/pull/418 is merged
set(kenlm_URL https://github.com/jacobkahn/kenlm.git)
set(kenlm_TAG 9c05ca013a793826ba0ff1945ae6b9f16ca859a5)
set(kenlm_TAG 5bf7b46558e1c5595bf3b8c9b0b1f9d8d257040a)

FetchContent_Declare(
kenlm
Expand Down

0 comments on commit 4994f11

Please sign in to comment.