CMakeLists.txt: Remove comment

It provides little information given how small the build system for this
repository is.
This commit is contained in:
Xavier Del Campo Romero 2025-01-16 06:33:59 +01:00
parent f0e8573f0e
commit d9c38af8d5
Signed by: xavi
GPG key ID: 84FF3612A9BF43F2

View file

@ -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)