Skip to content

Commit

Permalink
Changed message
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Aug 26, 2020
1 parent ae4ee9d commit 2728454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jamba.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(NOT jamba_POPULATED)
if(FETCHCONTENT_SOURCE_DIR_JAMBA)
message(STATUS "Using jamba from local ${FETCHCONTENT_SOURCE_DIR_JAMBA}")
else()
message(STATUS "Fetching jamba ${JAMBA_GIT_REPO}@${JAMBA_GIT_TAG}")
message(STATUS "Fetching jamba ${JAMBA_GIT_REPO}/tree/${JAMBA_GIT_TAG}")
endif()

FetchContent_Populate(jamba)
Expand Down

0 comments on commit 2728454

Please sign in to comment.