You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2011/11/17 13:53:14 UTC

svn commit: r1203177 - /incubator/celix/trunk/cmake/Packaging.cmake

Author: abroekhuis
Date: Thu Nov 17 12:53:14 2011
New Revision: 1203177

URL: http://svn.apache.org/viewvc?rev=1203177&view=rev
Log:
Update build files

Added launcher dependency to deploy targets

Modified:
    incubator/celix/trunk/cmake/Packaging.cmake

Modified: incubator/celix/trunk/cmake/Packaging.cmake
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/cmake/Packaging.cmake?rev=1203177&r1=1203176&r2=1203177&view=diff
==============================================================================
--- incubator/celix/trunk/cmake/Packaging.cmake (original)
+++ incubator/celix/trunk/cmake/Packaging.cmake Thu Nov 17 12:53:14 2011
@@ -117,7 +117,7 @@ MACRO(deploy)
     	#mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/deploy \;
 		#	cd ${CMAKE_CURRENT_BINARY_DIR}/deploy \; 
 		#	${CPACK_COMMAND} --config "${__deployConfig}"
-    	DEPENDS ${DEPS} 
+    	DEPENDS ${DEPS} launcher
     	COMMENT "Deploy target ${DEPLOY_NAME}")
     ADD_DEPENDENCIES(deploy ${__deployTarget})