diff options
author | Oz Linden <oz@lindenlab.com> | 2013-02-12 16:33:24 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-02-12 16:33:24 -0500 |
commit | c8a588836aedd1d28556b3661c4b41c41d58c858 (patch) | |
tree | 9817193f3fc1daf1bcbc261b39a9dca476904156 /indra | |
parent | 8c7bc4d8636fafafab573051662987af8d05eb4d (diff) |
remove regeneration control where not needed in updater service
Diffstat (limited to 'indra')
-rw-r--r-- | indra/viewer_components/updater/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/viewer_components/updater/CMakeLists.txt b/indra/viewer_components/updater/CMakeLists.txt index 7ab3711fde..4343f39e76 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 ) |