Merge branch 'master' of github.com:pantor/inja

This commit is contained in:
pantor
2023-09-03 16:38:47 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 3.5)
# See https://cmake.org/cmake/help/latest/policy/CMP0077.html
# This allows for setting option variables externally, when this project
# is included in another CMake project.
cmake_policy(SET CMP0077 NEW)
project(inja LANGUAGES CXX VERSION 3.4.0)

View File

@@ -7,7 +7,7 @@
<a href="https://github.com/pantor/inja/actions">
<img src="https://github.com/pantor/inja/workflows/Documentation/badge.svg" alt="Documentation Status">
</a>
<a href="https://www.codacy.com/manual/pantor/inja?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=pantor/inja&amp;utm_campaign=Badge_Grade">
<a href="https://app.codacy.com/gh/pantor/inja/dashboard">
<img src="https://app.codacy.com/project/badge/Grade/211718f7a36541819d1244c0e2ee6f08"/>
</a>
<a href="https://github.com/pantor/inja/releases">