From c7cf80c6a67f768adfcc372c0f2e35fecdc4af74 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 31 Jan 2022 19:31:31 -0800 Subject: [PATCH] v0.14.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 387d29eb..b2f3a591 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ cmake_minimum_required(VERSION 3.16) # You can later set fine-grained standards for each target using `target_compile_features` # set(CMAKE_CXX_STANDARD 17) -# Add project_options v0.13.1 +# Add project_options v0.14.0 # https://github.com/cpp-best-practices/project_options include(FetchContent) -FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.1.zip) +FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.0.zip) FetchContent_MakeAvailable(_project_options) include(${_project_options_SOURCE_DIR}/Index.cmake) @@ -157,10 +157,10 @@ cmake_minimum_required(VERSION 3.16) # You can later set fine-grained standards for each target using `target_compile_features` # set(CMAKE_CXX_STANDARD 17) -# Add project_options v0.13.1 +# Add project_options v0.14.0 # https://github.com/cpp-best-practices/project_options include(FetchContent) -FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.1.zip) +FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.0.zip) FetchContent_MakeAvailable(_project_options) include(${_project_options_SOURCE_DIR}/Index.cmake)