Revision 3bff72cc058ba960c48c46b1058ee2218b24ac89 authored by Lars Bilke on 10 December 2020, 20:32:42 UTC, committed by Lars Bilke on 10 December 2020, 20:32:42 UTC
Draft: [ci Fix large benchmark CylindricalCavity

See merge request ogs/ogs!3321
2 parent s 186f776 + 094de66
Raw File
CMakeInfo.cpp.in
/**
 * \brief  CMake 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/CMakeInfo.h"

namespace CMakeInfoLib
{

namespace CMakeInfo
{
    const std::string python_virtualenv_sitepackages("@Python3_VIRTUALENV_SITEPACKAGES@");
    const std::string cmake_args("@CMAKE_ARGS_ESCAPED@");
}
}
back to top