https://gitlab.opengeosys.org/ogs/ogs.git
Revision 93ae71046702e252193b8340c418063f79865095 authored by Christoph Lehmann on 13 October 2021, 12:02:28 UTC, committed by Christoph Lehmann on 14 October 2021, 05:35:36 UTC
1 parent 91e80ec
Raw File
Tip revision: 93ae71046702e252193b8340c418063f79865095 authored by Christoph Lehmann on 13 October 2021, 12:02:28 UTC
[PL] Reduced number of local data initializers
Tip revision: 93ae710
CMakeInfo.cpp.in
/**
 * \brief  CMake information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2021, 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