Skip to content

Commit

Permalink
Use latest Jamba to fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Jan 4, 2021
1 parent e7dd05d commit a987856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_jamba.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else()
endif()

set(JAMBA_GIT_REPO "https://github.com/pongasoft/jamba" CACHE STRING "Jamba git repository url" FORCE)
set(JAMBA_GIT_TAG v5.1.2 CACHE STRING "Jamba git tag" FORCE)
set(JAMBA_GIT_TAG v5.1.3 CACHE STRING "Jamba git tag" FORCE)

FetchContent_Declare(jamba
GIT_REPOSITORY ${JAMBA_GIT_REPO}
Expand Down

0 comments on commit a987856

Please sign in to comment.