Skip to content
Snippets Groups Projects
Commit c8a58883 authored by Oz Linden's avatar Oz Linden
Browse files

remove regeneration control where not needed in updater service

parent 8c7bc4d8
No related branches found
No related tags found
No related merge requests found
...@@ -38,11 +38,9 @@ set(updater_service_HEADER_FILES ...@@ -38,11 +38,9 @@ set(updater_service_HEADER_FILES
set_source_files_properties(${updater_service_HEADER_FILES} set_source_files_properties(${updater_service_HEADER_FILES}
PROPERTIES HEADER_FILE_ONLY TRUE) PROPERTIES HEADER_FILE_ONLY TRUE)
add_custom_target(always_generate_version) # force recompilation with version values
set_source_files_properties( set_source_files_properties(
llupdaterservice.cpp llupdaterservice.cpp
PROPERTIES PROPERTIES
OBJECT_DEPENDS always_generate_version
COMPILE_DEFINITIONS "${VIEWER_CHANNEL_VERSION_DEFINES}" # see BuildVersion.cmake COMPILE_DEFINITIONS "${VIEWER_CHANNEL_VERSION_DEFINES}" # see BuildVersion.cmake
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment