llvm/flang/include/flang/Config/config.h.cmake

#===-- include/flang/Config/config.h.cmake ---------------------------------===#
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
#===------------------------------------------------------------------------===#

/* This generated file is for internal use. Do not include it from headers. */

#ifdef FLANG_CONFIG_H
#error config.h can only be included once
#else
#define FLANG_CONFIG_H


#define FLANG_VERSION            "${FLANG_VERSION}"

#endif