Remove add_dependencies for singleapplication

This commit is contained in:
Jonas Kvinge
2020-06-27 02:53:45 +02:00
parent cd2932adea
commit a0e698b058

View File

@@ -1161,10 +1161,6 @@ if(UNIX AND NOT APPLE)
endif()
endif()
if(NOT USE_SYSTEM_SINGLEAPPLICATION)
add_dependencies(strawberry_lib ${SINGLEAPPLICATION_LIBRARIES} ${SINGLECOREAPPLICATION_LIBRARIES})
endif()
###############################################################################
set(EXECUTABLE_OUTPUT_PATH ..)