Revision 3ec11e82acfb0ced1bd615e9cf85d852da799a47 authored by Lars Bilke on 29 October 2020, 08:58:34 UTC, committed by Lars Bilke on 30 October 2020, 09:43:48 UTC
- add include paths for Xdmf and libxml2 from VTK
- disable xdmf test on Apple Clang

https://gitlab.kitware.com/vtk/vtk/-/issues/17353
1 parent 49efc60
Raw File
GitInfo.cpp.in
/**
 * \brief  Git information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#include "InfoLib/GitInfo.h"

namespace GitInfoLib
{

namespace GitInfo
{
    const std::string git_version_sha1_short("@GIT_SHA1_SHORT@");
    const std::string ogs_version("@OGS_VERSION@");
}
}
back to top