From 091452d5912a74893a568aab4e3ea49851e05abb Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 17 Mar 2026 05:28:23 +0100 Subject: [PATCH] Remove call to configuring version file Missed in 5c4ca36c5a27d7dc282ccd63c3beb29856b364c1 --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a8d2f6a1..65dd38ac 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,5 @@ # SPDX-License-Identifier: MIT -configure_file(version.cpp _version.cpp ESCAPE_QUOTES) - add_library(common OBJECT "extern/getopt.cpp" "cli.cpp"