[med-svn] [vista] 01/01: Bug: fixed endif() for new precompilation option.
Luis Ibanez
luisibanez-guest at moszumanska.debian.org
Tue Jan 28 14:45:09 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 ff43ad415376095120168eeacf31d9de19753b81
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date: Tue Jan 28 09:44:46 2014 -0500
Bug: fixed endif() for new precompilation option.
---
Testing/Setup/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Testing/Setup/CMakeLists.txt b/Testing/Setup/CMakeLists.txt
index 259c171..0db6bce 100644
--- a/Testing/Setup/CMakeLists.txt
+++ b/Testing/Setup/CMakeLists.txt
@@ -87,7 +87,7 @@ if(VISTA_HAVE_BUILD_TOOL)
add_dependencies(${target_object_file} FreshVistA)
add_dependencies(CompileMRoutines ${target_object_file})
endforeach()
- else()
+ endif()
else()
set_property(GLOBAL APPEND PROPERTY VISTA_BUILD_SCRIPTS ${CMAKE_CURRENT_BINARY_DIR}/ImportRG.cmake)
--
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