Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ set(LIB_NAME gz-tools)
set(GITHUB_NAME gz-tools)
string(REPLACE "-" "_" LIB_NAME_UNDERSCORE ${LIB_NAME})
set(LIB_NAME_COMP_PREFIX ${LIB_NAME})
set(LIB_NAME_FULL ${LIB_NAME}${LIB_VER_MAJOR})
set(LIB_NAME_FULL gz-tools2)
set(LIB_VER ${LIB_VER_MAJOR}.${LIB_VER_MINOR}.${LIB_VER_PATCH})

option(VENDOR_FROM_LIB_VCS_REF
"Vendor from a VCS ref instead of tag. Uses the value in LIB_VCS_REF if specified or main otherwise"
"Vendor from a VCS ref instead of tag. Uses the value in LIB_VCS_REF if specified or gz-tools2 otherwise"
OFF)
if(NOT VENDOR_FROM_LIB_VCS_REF)
set(LIB_VCS_VER ${GITHUB_NAME}${LIB_VER_MAJOR}_${LIB_VER}${LIB_VER_SUFFIX})
Expand Down