File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
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.30 .0")
70
+ set(PROJECT_OPTIONS_VERSION "v0.31 .0")
71
71
FetchContent_Declare(
72
72
_project_options
73
73
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
@@ -106,6 +106,7 @@ if(FEATURE_TESTS)
106
106
ENABLE_SANITIZER_MEMORY)
107
107
endif()
108
108
109
+ # Enable doxgen for the docs
109
110
if(FEATURE_DOCS)
110
111
set(ENABLE_DOXYGEN "ENABLE_DOXYGEN")
111
112
endif()
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.30 .0")
23
+ set(PROJECT_OPTIONS_VERSION "v0.31 .0")
24
24
FetchContent_Declare(
25
25
_project_options
26
26
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
@@ -59,6 +59,7 @@ if(FEATURE_TESTS)
59
59
ENABLE_SANITIZER_MEMORY)
60
60
endif()
61
61
62
+ # Enable doxgen for the docs
62
63
if(FEATURE_DOCS)
63
64
set(ENABLE_DOXYGEN "ENABLE_DOXYGEN")
64
65
endif()
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Here is an example of how to use ``dynamic_project_options``:
55
55
56
56
# Add project_options from https://github.com/aminya/project_options
57
57
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
58
- set(PROJECT_OPTIONS_VERSION "v0.30 .0")
58
+ set(PROJECT_OPTIONS_VERSION "v0.31 .0")
59
59
FetchContent_Declare(
60
60
_project_options
61
61
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