diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bd7fd8..14b6120 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) diff --git a/README.md b/README.md index 61b0f32..4e2587f 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: