From 3e5ba3a36a10e8a6b6f2f2c545a0397488a2ab89 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 12 Aug 2024 00:49:21 -0700 Subject: [PATCH] chore: v0.36.0 --- README.md | 2 +- docs/src/project_options_example.md | 2 +- src/DynamicProjectOptions.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 521f31e4..34600768 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ endif() # Add project_options from https://github.com/aminya/project_options # Change the version in the following URL to update the package (watch the releases of the repository for future updates) -set(PROJECT_OPTIONS_VERSION "v0.35.1") +set(PROJECT_OPTIONS_VERSION "v0.36.0") FetchContent_Declare( _project_options URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip) diff --git a/docs/src/project_options_example.md b/docs/src/project_options_example.md index 8d06a261..3b4a863a 100644 --- a/docs/src/project_options_example.md +++ b/docs/src/project_options_example.md @@ -20,7 +20,7 @@ endif() # Add project_options from https://github.com/aminya/project_options # Change the version in the following URL to update the package (watch the releases of the repository for future updates) -set(PROJECT_OPTIONS_VERSION "v0.35.1") +set(PROJECT_OPTIONS_VERSION "v0.36.0") FetchContent_Declare( _project_options URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip) diff --git a/src/DynamicProjectOptions.cmake b/src/DynamicProjectOptions.cmake index bd7cec7e..58724d69 100644 --- a/src/DynamicProjectOptions.cmake +++ b/src/DynamicProjectOptions.cmake @@ -57,7 +57,7 @@ Here is an example of how to use ``dynamic_project_options``: # Add project_options from https://github.com/aminya/project_options # Change the version in the following URL to update the package (watch the releases of the repository for future updates) - set(PROJECT_OPTIONS_VERSION "v0.35.1") + set(PROJECT_OPTIONS_VERSION "v0.36.0") FetchContent_Declare( _project_options URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)