File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
1010include (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)
1212FetchContent_MakeAvailable (_project_options)
1313include (${_project_options_SOURCE_DIR} /Index.cmake )
1414
You can’t perform that action at this time.
0 commit comments