From d9c38af8d521637612e49b827ed9f8910b02ebfa Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 16 Jan 2025 06:33:59 +0100 Subject: [PATCH] CMakeLists.txt: Remove comment It provides little information given how small the build system for this repository is. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb47b266..f2270176 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)