diff --git a/src/CQtDeployer/CMakeLists.txt b/src/CQtDeployer/CMakeLists.txt index 53fb223..2fb7785 100644 --- a/src/CQtDeployer/CMakeLists.txt +++ b/src/CQtDeployer/CMakeLists.txt @@ -109,5 +109,6 @@ addDeployFromCustomFile(${CURRENT_PROJECT}Single "${CMAKE_CURRENT_SOURCE_DIR}/De addDeploySnap(${CURRENT_PROJECT} "${CMAKE_SOURCE_DIR}/Distro/") if(TARGET snap${CURRENT_PROJECT}) + message("snap is depends of single deploy") add_dependencies(snap${CURRENT_PROJECT} deploy${CURRENT_PROJECT}Single) endif()