From 33f38da024ba56ebecedc52fcfcb52b11e39b0b8 Mon Sep 17 00:00:00 2001 From: Misa Date: Thu, 11 Jul 2024 12:20:08 -0700 Subject: [PATCH] Whoops remove this too --- desktop_version/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/desktop_version/CMakeLists.txt b/desktop_version/CMakeLists.txt index f282ae1501..c501c797c6 100644 --- a/desktop_version/CMakeLists.txt +++ b/desktop_version/CMakeLists.txt @@ -257,8 +257,6 @@ if(NOT OFFICIAL_BUILD) # Take the template file and replace the macros with what we have configure_file(${INPUT_FILE} ${OUTPUT_FILE}) - add_dependencies(VVVVVV GenerateVersion) - target_compile_definitions(VVVVVV PRIVATE -DINTERIM_VERSION_EXISTS) add_library(InterimVersion STATIC src/InterimVersion.out.c)