https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 07b53eeaf21ae451041d532ea97c4c8137f07dba authored by Tom Fischer on 25 April 2023, 10:53:47 UTC
Merge branch 'VariableOutput' into 'master'
Tip revision: 07b53ee
CMakeInfo.cpp.in
/**
 * \brief  CMake information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2023, 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("@Python_SITEARCH_NATIVE@");
const std::string cmake_args("@CMAKE_ARGS_ESCAPED@");
}  // namespace CMakeInfo
}  // namespace CMakeInfoLib
back to top