File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ endif()
67
67
68
68
# Add project_options from https://github.com/aminya/project_options
69
69
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
70
- set(PROJECT_OPTIONS_VERSION "v0.36.5 ")
70
+ set(PROJECT_OPTIONS_VERSION "v0.36.6 ")
71
71
FetchContent_Declare(
72
72
_project_options
73
73
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ endif()
20
20
21
21
# Add project_options from https://github.com/aminya/project_options
22
22
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
23
- set(PROJECT_OPTIONS_VERSION "v0.36.5 ")
23
+ set(PROJECT_OPTIONS_VERSION "v0.36.6 ")
24
24
FetchContent_Declare(
25
25
_project_options
26
26
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " project_options" ,
3
- "version" : " 0.34.0 " ,
3
+ "version" : " 0.36.6 " ,
4
4
"homepage" : " http://aminya.github.io/project_options"
5
5
}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Here is an example of how to use ``dynamic_project_options``:
57
57
58
58
# Add project_options from https://github.com/aminya/project_options
59
59
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
60
- set(PROJECT_OPTIONS_VERSION "v0.36.5 ")
60
+ set(PROJECT_OPTIONS_VERSION "v0.36.6 ")
61
61
FetchContent_Declare(
62
62
_project_options
63
63
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
You can’t perform that action at this time.
0 commit comments