Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit c1d6acc

Browse files
authored
Merge pull request #189 from aminya/project_options
fix: update project_options
2 parents 0718bfd + b551f6d commit c1d6acc

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
@@ -6,10 +6,10 @@ cmake_minimum_required(VERSION 3.16)
66
# You can later set fine-grained standards for each target using `target_compile_features`
77
# set(CMAKE_CXX_STANDARD 17)
88

9-
# Add project_options v0.13.0
9+
# Add project_options v0.13.1
1010
# https://github.com/cpp-best-practices/project_options
1111
include(FetchContent)
12-
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.0.zip)
12+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.1.zip)
1313
FetchContent_MakeAvailable(_project_options)
1414
include(${_project_options_SOURCE_DIR}/Index.cmake)
1515

0 commit comments

Comments
 (0)