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()
6767
6868# Add project_options from https://github.com/aminya/project_options
6969# 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")
7171FetchContent_Declare(
7272 _project_options
7373 URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
@@ -106,6 +106,7 @@ if(FEATURE_TESTS)
106106 ENABLE_SANITIZER_MEMORY)
107107endif()
108108
109+ # Enable doxgen for the docs
109110if(FEATURE_DOCS)
110111 set(ENABLE_DOXYGEN "ENABLE_DOXYGEN")
111112endif()
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ endif()
2020
2121# Add project_options from https://github.com/aminya/project_options
2222# 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")
2424FetchContent_Declare(
2525 _project_options
2626 URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
@@ -59,6 +59,7 @@ if(FEATURE_TESTS)
5959 ENABLE_SANITIZER_MEMORY)
6060endif()
6161
62+ # Enable doxgen for the docs
6263if(FEATURE_DOCS)
6364 set(ENABLE_DOXYGEN "ENABLE_DOXYGEN")
6465endif()
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``:
5555
5656 # Add project_options from https://github.com/aminya/project_options
5757 # 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")
5959 FetchContent_Declare(
6060 _project_options
6161 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