Revision faa6ca34721c2e6227f95b8cd8ec9528bbf62055 authored by Lars Bilke on 26 April 2021, 08:42:30 UTC, committed by Lars Bilke on 26 April 2021, 08:42:30 UTC
Fix build without XDMF.

See merge request ogs/ogs!3591
2 parent s 0b3c1da + 8617adc
Raw File
CMakeInfo.h
/**
 * \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
 *
 */

#pragma once

#include <string>

#include "cmakeinfolib_export.h"

namespace CMakeInfoLib
{

namespace CMakeInfo
{
    extern CMAKEINFOLIB_EXPORT const std::string python_virtualenv_sitepackages;
    extern CMAKEINFOLIB_EXPORT const std::string cmake_args;
}  // namespace
}  // namespace
back to top