From c8a588836aedd1d28556b3661c4b41c41d58c858 Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Tue, 12 Feb 2013 16:33:24 -0500
Subject: [PATCH] remove regeneration control where not needed in updater
 service

---
 indra/viewer_components/updater/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/viewer_components/updater/CMakeLists.txt b/indra/viewer_components/updater/CMakeLists.txt
index 7ab3711fde8..4343f39e76f 100644
--- a/indra/viewer_components/updater/CMakeLists.txt
+++ b/indra/viewer_components/updater/CMakeLists.txt
@@ -38,11 +38,9 @@ set(updater_service_HEADER_FILES
 set_source_files_properties(${updater_service_HEADER_FILES}
                             PROPERTIES HEADER_FILE_ONLY TRUE)
 
-add_custom_target(always_generate_version) # force recompilation with version values
 set_source_files_properties(
    llupdaterservice.cpp 
    PROPERTIES
-   OBJECT_DEPENDS always_generate_version
    COMPILE_DEFINITIONS "${VIEWER_CHANNEL_VERSION_DEFINES}" # see BuildVersion.cmake
    )
 
-- 
GitLab