From 5b4ef48bba71c1294ecf43a7dc42ef5764eb00c8 Mon Sep 17 00:00:00 2001 From: rmorozov Date: Wed, 15 May 2024 14:30:28 +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 2fc58e4..0796963 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
# Jinja2ะก++ - + [![Language](https://img.shields.io/badge/language-C++-blue.svg)](https://isocpp.org/) [![Standard](https://img.shields.io/badge/c%2B%2B-14-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [![Standard](https://img.shields.io/badge/c%2B%2B-17-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) From e5fdeb5a4784cda9fa056176b89fa35084869f96 Mon Sep 17 00:00:00 2001 From: rmorozov Date: Wed, 15 May 2024 14:32:09 +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 ac3bf55..7628b8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.23.0) project(Jinja2Cpp VERSION 1.3.1) - + if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") set(JINJA2CPP_IS_MAIN_PROJECT TRUE) else()