From 3e94568bd45fced14bd2f9f751a585a442831aa7 Mon Sep 17 00:00:00 2001 From: rmorozov Date: Fri, 5 Aug 2022 19:12:27 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61b0f32c..4e2587f7 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ set_target_properties (${TARGET_NAME} PROPERTIES ### Additional CMake build flags You can define (via -D command-line CMake option) the following build flags: -- **JINJA2CPP_BUILD_TESTS** (default TRUE) - to build or not to Jinja2C++ tests. +- **JINJA2CPP_BUILD_TESTS** (default TRUE) - to build or not to Jinja2C++ tests - **JINJA2CPP_STRICT_WARNINGS** (default TRUE) - Enable strict mode compile-warnings(-Wall -Werror, etc). - **JINJA2CPP_MSVC_RUNTIME_TYPE** (default /MD) - MSVC runtime type to link with (if you use Microsoft Visual Studio compiler). - **JINJA2CPP_DEPS_MODE** (default "internal") - modes for dependency handling. Following values possible: From 16778b54a78841f3e46b6e495c2ba72329e72c43 Mon Sep 17 00:00:00 2001 From: rmorozov Date: Fri, 5 Aug 2022 19:13:27 +0300 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bd7fd8a..14b6120a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0.1) -project(Jinja2Cpp VERSION 1.1.0) +project(Jinja2Cpp VERSION 1.2.1) if (${CMAKE_VERSION} VERSION_GREATER "3.12") cmake_policy(SET CMP0074 OLD)