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

This commit is contained in:
pantor
2026-01-09 14:21:46 +01:00
3 changed files with 1 additions and 8 deletions

View File

@@ -1,9 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.13)
# 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 project(inja
DESCRIPTION "Template engine for modern C++" DESCRIPTION "Template engine for modern C++"

View File

@@ -659,7 +659,6 @@ class Parser {
} break; } break;
} }
} }
current_block = nullptr;
} }
public: public:

View File

@@ -2109,7 +2109,6 @@ class Parser {
} break; } break;
} }
} }
current_block = nullptr;
} }
public: public: