File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ cmake_minimum_required(VERSION 3.20)
6464# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
6565include(FetchContent)
6666FetchContent_Declare(_project_options URL
67- https://github.com/aminya/project_options/archive/refs/tags/v0.27.0 .zip
67+ https://github.com/aminya/project_options/archive/refs/tags/v0.27.1 .zip
6868)
6969FetchContent_MakeAvailable(_project_options)
7070include(${_project_options_SOURCE_DIR}/Index.cmake)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.25)
55
66project (
77 project_options_docs
8- VERSION 0.27.0
8+ VERSION 0.27.1
99 DESCRIPTION "Documentation"
1010 LANGUAGES NONE)
1111
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ cmake_minimum_required(VERSION 3.20)
3434# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
3535include(FetchContent)
3636FetchContent_Declare(_project_options URL
37- https://github.com/aminya/project_options/archive/refs/tags/v0.27.0 .zip
37+ https://github.com/aminya/project_options/archive/refs/tags/v0.27.1 .zip
3838)
3939FetchContent_MakeAvailable(_project_options)
4040include(${_project_options_SOURCE_DIR}/Index.cmake)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.20)
1717# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
1818include(FetchContent)
1919FetchContent_Declare(_project_options URL
20- https://github.com/aminya/project_options/archive/refs/tags/v0.27.0 .zip
20+ https://github.com/aminya/project_options/archive/refs/tags/v0.27.1 .zip
2121)
2222FetchContent_MakeAvailable(_project_options)
2323include(${_project_options_SOURCE_DIR}/Index.cmake)
You can’t perform that action at this time.
0 commit comments