Skip to content

Commit 283c25f

Browse files
committed
chore: v0.26.2 [skip ci]
1 parent a2e9a1a commit 283c25f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ cmake_minimum_required(VERSION 3.20)
3838
# If commented, the latest supported standard for your compiler is automatically set.
3939
# set(CMAKE_CXX_STANDARD 20)
4040
41-
# Add project_options v0.26.1
41+
# Add project_options v0.26.2
4242
# https://github.com/aminya/project_options
4343
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
4444
include(FetchContent)
45-
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.1.zip)
45+
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.2.zip)
4646
FetchContent_MakeAvailable(_project_options)
4747
include(${_project_options_SOURCE_DIR}/Index.cmake)
4848
@@ -391,11 +391,11 @@ cmake_minimum_required(VERSION 3.20)
391391
# If commented, the latest supported standard for your compiler is automatically set.
392392
# set(CMAKE_CXX_STANDARD 20)
393393
394-
# Add project_options v0.26.1
394+
# Add project_options v0.26.2
395395
# https://github.com/aminya/project_options
396396
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
397397
include(FetchContent)
398-
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.1.zip)
398+
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.2.zip)
399399
FetchContent_MakeAvailable(_project_options)
400400
include(${_project_options_SOURCE_DIR}/Index.cmake)
401401

0 commit comments

Comments
 (0)