Merge pull request 'CMakeLists.txt: Remove comment' (#7) from rm into main

Reviewed-on: #7
This commit is contained in:
Xavier Del Campo Romero 2025-01-16 06:34:57 +01:00
commit 61d8064e58

View file

@ -20,9 +20,6 @@ execute_process(
) )
if(result EQUAL 0) 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) string(FIND "${version}" "-" index)
if(NOT ${index} EQUAL -1) if(NOT ${index} EQUAL -1)