[med-svn] [vista] 02/04: BUG: No TEST_VISTA_SETUP for global import.

Luis Ibanez luisibanez-guest at moszumanska.debian.org
Mon Jan 13 22:23:29 UTC 2014


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

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

commit c13b13f195e2584d4de4091748417fbdd16de970
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date:   Mon Jan 13 16:55:33 2014 -0500

    BUG: No TEST_VISTA_SETUP for global import.
    
    Removed the use of the TEST_VISTA_SETUP flag, from the logic controlling the
    process of importing globals.
---
 Testing/Setup/ImportRG.cmake.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Testing/Setup/ImportRG.cmake.in b/Testing/Setup/ImportRG.cmake.in
index 2c801e9..97884b5 100644
--- a/Testing/Setup/ImportRG.cmake.in
+++ b/Testing/Setup/ImportRG.cmake.in
@@ -87,7 +87,7 @@ if((TEST_VISTA_SETUP) AND ("@VENDOR_NAME@" STREQUAL "GTM"))
 endif()
 
 message(STATUS "Importing globals...")
-if((TEST_VISTA_SETUP) AND ("@VENDOR_NAME@" STREQUAL "GTM"))
+if( "@VENDOR_NAME@" STREQUAL "GTM" )
   file(STRINGS "@VISTA_BINARY_DIR@/globals.lst" allGlobalFiles)
   set(importLogFile "@VISTA_BINARY_DIR@/Testing/Log/GlobalImport0.log")
   file(REMOVE ${importLogFile})

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



More information about the debian-med-commit mailing list