Import 2017-06-07 23:51:09: master bb27f702

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-05-13 14:41:46 master e4e89922
Changeset

COMP: Update BRAINSTools - fix configure warning with Slicer SVN source tree

On the factory, Slicer is checked out using SVN. Since in that case there
are no ".git" directory in the source tree, the configuration was failing
with the following warning:

// --------------------------
CMake Warning at /Users/kitware/Dashboards/Continuous/Slicer-0-build/BRAINSTools/CMake/ProjectSourceVersion.cmake:56 (message):
git tag: "HEAD-HASH-NOTFOUND" does not match expected version format!
Call Stack (most recent call first):
/Users/kitware/Dashboards/Continuous/Slicer-0-build/BRAINSTools/Version.cmake:10 (include)
/Users/kitware/Dashboards/Continuous/Slicer-0-build/BRAINSTools/BRAINSTools.cmake:14 (include)
/Users/kitware/Dashboards/Continuous/Slicer-0-build/BRAINSTools/CMakeLists.txt:68 (include)
// --------------------------

This commit fixes the described above. Finally, to fix a following error
related to extraction of tag information. The tag v4.3.0 has also been
pushed on the Slicer/BRAINSTools fork.

// --------------------------
Author: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Date: Wed May 13 14:28:25 2015 -0400

COMP: GetGitRevisionDescription: Fix issue referencing project source

In the case BRAINSTools is integrated using &quot;add_subdirectory(source_dir
[binary_dir])&quot; [1] (this is the case in Slicer), the variable
CMAKE_SOURCE_DIR [2] where  resolving to Slice source tree instead of
BRAINSTools one.

This commit fixes the module by consistently using PROJECT_SOURCE_DIR [3]
and PROJECT_BINARY_DIR [4] variable.

[1] http://www.cmake.org/cmake/help/v3.2/command/add_subdirectory.html
[2] http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_SOURCE_DIR.html
[3] http://www.cmake.org/cmake/help/v3.2/variable/PROJECT_SOURCE_DIR.html
[4] http://www.cmake.org/cmake/help/v3.2/variable/PROJECT_BINARY_DIR.html

// --------------------------

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24252 3bd1e089-480b-0410-8dfb-8563597acbee

mod - SuperBuild.cmake Diff File