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

Commit a85fe3d

Browse files
authored
Merge pull request #192 from cpp-best-practices/project_options-1
fix: update project_options to v0.15.1
2 parents ae04522 + 58caa1c commit a85fe3d

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
@@ -13,11 +13,11 @@ set(CMAKE_CXX_STANDARD 20)
1313
# when compiling with PCH enabled
1414
set(CMAKE_CXX_EXTENSIONS OFF)
1515

16-
# Add project_options v0.14.2
16+
# Add project_options v0.15.1
1717
# https://github.com/cpp-best-practices/project_options
1818
include(FetchContent)
1919
FetchContent_Declare(_project_options
20-
URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.2.zip)
20+
URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.15.1.zip)
2121
FetchContent_MakeAvailable(_project_options)
2222
include(${_project_options_SOURCE_DIR}/Index.cmake)
2323

0 commit comments

Comments
 (0)