Skip to content

Commit

Permalink
chore: v0.32.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 14, 2023
1 parent bbb4c13 commit 90b064b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.31.0")
set(PROJECT_OPTIONS_VERSION "v0.32.0")
FetchContent_Declare(
_project_options
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
Expand All @@ -77,7 +77,7 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
# install vcpkg dependencies: - should be called before defining project()
run_vcpkg(
VCPKG_URL "https://github.com/microsoft/vcpkg.git"
VCPKG_REV "9a5e44fcc1d6d734f46e385245438afaa7e53e28"
VCPKG_REV "0fa8459cf3a7caca7adc58f992bc32ff13630684"
ENABLE_VCPKG_UPDATE
)
Expand Down
4 changes: 2 additions & 2 deletions 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.31.0")
set(PROJECT_OPTIONS_VERSION "v0.32.0")
FetchContent_Declare(
_project_options
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
Expand All @@ -30,7 +30,7 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
# install vcpkg dependencies: - should be called before defining project()
run_vcpkg(
VCPKG_URL "https://github.com/microsoft/vcpkg.git"
VCPKG_REV "9a5e44fcc1d6d734f46e385245438afaa7e53e28"
VCPKG_REV "0fa8459cf3a7caca7adc58f992bc32ff13630684"
ENABLE_VCPKG_UPDATE
)
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.31.0")
set(PROJECT_OPTIONS_VERSION "v0.32.0")
FetchContent_Declare(
_project_options
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
Expand Down
2 changes: 1 addition & 1 deletion src/Vcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Or by specifying the options

run_vcpkg(
VCPKG_URL "https://github.com/microsoft/vcpkg.git"
VCPKG_REV "9a5e44fcc1d6d734f46e385245438afaa7e53e28"
VCPKG_REV "0fa8459cf3a7caca7adc58f992bc32ff13630684"
ENABLE_VCPKG_UPDATE
)

Expand Down

0 comments on commit 90b064b

Please sign in to comment.