Skip to content

Commit

Permalink
chore: v0.31.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 8, 2023
1 parent 90cae85 commit fe535d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ endif()
# Add project_options from https://github.com/aminya/project_options
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
set(PROJECT_OPTIONS_VERSION "v0.30.0")
set(PROJECT_OPTIONS_VERSION "v0.31.0")
FetchContent_Declare(
_project_options
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
Expand Down Expand Up @@ -106,6 +106,7 @@ if(FEATURE_TESTS)
ENABLE_SANITIZER_MEMORY)
endif()
# Enable doxgen for the docs
if(FEATURE_DOCS)
set(ENABLE_DOXYGEN "ENABLE_DOXYGEN")
endif()
Expand Down
3 changes: 2 additions & 1 deletion docs/src/project_options_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif()
# Add project_options from https://github.com/aminya/project_options
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
set(PROJECT_OPTIONS_VERSION "v0.30.0")
set(PROJECT_OPTIONS_VERSION "v0.31.0")
FetchContent_Declare(
_project_options
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
Expand Down Expand Up @@ -59,6 +59,7 @@ if(FEATURE_TESTS)
ENABLE_SANITIZER_MEMORY)
endif()
# Enable doxgen for the docs
if(FEATURE_DOCS)
set(ENABLE_DOXYGEN "ENABLE_DOXYGEN")
endif()
Expand Down
2 changes: 1 addition & 1 deletion src/DynamicProjectOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here is an example of how to use ``dynamic_project_options``:

# Add project_options from https://github.com/aminya/project_options
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
set(PROJECT_OPTIONS_VERSION "v0.30.0")
set(PROJECT_OPTIONS_VERSION "v0.31.0")
FetchContent_Declare(
_project_options
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
Expand Down

0 comments on commit fe535d2

Please sign in to comment.