Skip to content

Commit

Permalink
fix: update to project_options 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Feb 1, 2022
1 parent 102d36a commit b2b8a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ set(CMAKE_CXX_STANDARD 20)
# when compiling with PCH enabled
set(CMAKE_CXX_EXTENSIONS OFF)

# Add project_options v0.14.1
# Add project_options v0.14.2
# https://github.com/cpp-best-practices/project_options
include(FetchContent)
FetchContent_Declare(_project_options
URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.1.zip)
URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.2.zip)
FetchContent_MakeAvailable(_project_options)
include(${_project_options_SOURCE_DIR}/Index.cmake)

Expand Down

0 comments on commit b2b8a34

Please sign in to comment.