Merge pull request 'CMakeLists.txt: Remove comment' (#7) from rm into main
Reviewed-on: #7
This commit is contained in:
commit
61d8064e58
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@ execute_process(
|
|||
)
|
||||
|
||||
if(result EQUAL 0)
|
||||
# CMAKE_PROJECT_VERSION_TWEAK is used by NSIS packagers
|
||||
# its what comes after the '-' sign (if anything)
|
||||
# ie: in tag '2.2.2-rc1' CMAKE_PROJECT_VERSION_TWEAK should be '-rc1'
|
||||
string(FIND "${version}" "-" index)
|
||||
|
||||
if(NOT ${index} EQUAL -1)
|
||||
|
|
Loading…
Reference in a new issue