diff --git a/README.md b/README.md index e9b20b7a..6b851884 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 ) diff --git a/docs/src/project_options_example.md b/docs/src/project_options_example.md index 04c22eca..509ec51d 100644 --- a/docs/src/project_options_example.md +++ b/docs/src/project_options_example.md @@ -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) @@ -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 ) diff --git a/src/DynamicProjectOptions.cmake b/src/DynamicProjectOptions.cmake index 02499e5b..eb2bac64 100644 --- a/src/DynamicProjectOptions.cmake +++ b/src/DynamicProjectOptions.cmake @@ -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) diff --git a/src/Vcpkg.cmake b/src/Vcpkg.cmake index ceb9592a..8031a91a 100644 --- a/src/Vcpkg.cmake +++ b/src/Vcpkg.cmake @@ -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 )