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

Commit 89597ea

Browse files
Update project_options to v0.26.3
1 parent 689adc9 commit 89597ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828
# Add project_options v0.20.0
2929
# https://github.com/cpp-best-practices/project_options
3030
include(FetchContent)
31-
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.20.0.zip)
31+
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.3.zip)
3232
FetchContent_MakeAvailable(_project_options)
3333
include(${_project_options_SOURCE_DIR}/Index.cmake)
3434

0 commit comments

Comments
 (0)