mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-25 21:31:07 +00:00
Remove the install target from updater
Since this is usually built in the context of a larger project, the outer project will want to control where the updater is installed to. MD-19678 #time 5m
This commit is contained in:
parent
4df97c84e1
commit
465788b400
1 changed files with 0 additions and 2 deletions
|
@ -134,8 +134,6 @@ if (SIGN_UPDATER)
|
|||
add_custom_command(TARGET updater POST_BUILD COMMAND ${BINARY_SIGNING_TOOL} $<TARGET_FILE:updater>)
|
||||
endif()
|
||||
|
||||
install(TARGETS updater RUNTIME DESTINATION bin)
|
||||
|
||||
add_executable(zip-tool zip-tool.cpp)
|
||||
target_link_libraries(zip-tool updatershared)
|
||||
|
||||
|
|
Loading…
Reference in a new issue