This is an automated email from the git hooks/post-receive script.

luisibanez-guest pushed a commit to branch master
in repository vista.

commit 2ad5f7f5a94f21ad1ef03613357ded4f526c6c87
Author: Luis Ibanez <[email protected]>
Date:   Mon Jan 27 17:50:50 2014 -0500

    Added dependency between .o and FrestVistA.
    
    To ensure that the import happens before any of the .o files are compiled.
---
 Testing/Setup/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Testing/Setup/CMakeLists.txt b/Testing/Setup/CMakeLists.txt
index fa4819e..bad5808 100644
--- a/Testing/Setup/CMakeLists.txt
+++ b/Testing/Setup/CMakeLists.txt
@@ -81,6 +81,7 @@ if(VISTA_HAVE_BUILD_TOOL)
       WORKING_DIRECTORY ${TEST_VISTA_FRESH_GTM_OBJECT_DIR}
       COMMAND  ${GTM_DIST}/mumps -object=${target_object_file_with_path} 
${source_routine_file_with_path}
       )
+    add_dependencies(${target_object_file} FreshVistA)
     add_dependencies(CompileMRoutines ${target_object_file})
   endforeach()
 

-- 
Alioth's /git/debian-med/git-commit-notice on 
/srv/git.debian.org/git/debian-med/vista.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to