Skip to content

Commit

Permalink
Fix message for KTX_GIT_VERSION_FULL
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Jul 22, 2024
1 parent a0e85e3 commit d3edc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ endfunction()
if(NOT KTX_GIT_VERSION_FULL)
git_describe_raw(KTX_GIT_VERSION_FULL --abbrev=0 --match v[0-9]*)
endif()
#message("KTX full version: ${KTX_VERSION_FULL}")
#message("KTX git full version: ${KTX_GIT_VERSION_FULL}")

# generate_version(TOKTX_VERSION tools/toktx)
# message("TOKTX_VERSION: ${TOKTX_VERSION}")
Expand Down

0 comments on commit d3edc14

Please sign in to comment.