Skip to content

Commit 89e9716

Browse files
authored
fix: update to project_options v0.21.1
1 parent f4fe216 commit 89e9716

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ cmake_minimum_required(VERSION 3.16)
44
# If commented, the latest supported standard for your compiler is automatically set.
55
# set(CMAKE_CXX_STANDARD 20)
66

7-
# Add project_options v0.21.0
7+
# Add project_options v0.21.1
88
# https://github.com/aminya/project_options
99
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
1010
include(FetchContent)
11-
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.21.0.zip)
11+
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.21.1.zip)
1212
FetchContent_MakeAvailable(_project_options)
1313
include(${_project_options_SOURCE_DIR}/Index.cmake)
1414

0 commit comments

Comments
 (0)