diff --git a/README.md b/README.md index b85dad2d..898f63ff 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ cmake_minimum_required(VERSION 3.16) # You can later set fine-grained standards for each target using `target_compile_features` # set(CMAKE_CXX_STANDARD 17) -# Add ProjectOptions v0.11.3 -# https://github.com/aminya/ProjectOptions +# Add ProjectOptions v0.11.4 +# https://github.com/cpp-best-practices/ProjectOptions include(FetchContent) -FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.11.3.zip) +FetchContent_Declare(projectoptions URL https://github.com/cpp-best-practices/ProjectOptions/archive/refs/tags/v0.11.4.zip) FetchContent_MakeAvailable(projectoptions) include(${projectoptions_SOURCE_DIR}/Index.cmake) @@ -137,10 +137,10 @@ cmake_minimum_required(VERSION 3.16) # You can later set fine-grained standards for each target using `target_compile_features` # set(CMAKE_CXX_STANDARD 17) -# Add ProjectOptions v0.11.3 -# https://github.com/aminya/ProjectOptions +# Add ProjectOptions v0.11.4 +# https://github.com/cpp-best-practices/ProjectOptions include(FetchContent) -FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.11.3.zip) +FetchContent_Declare(projectoptions URL https://github.com/cpp-best-practices/ProjectOptions/archive/refs/tags/v0.11.4.zip) FetchContent_MakeAvailable(projectoptions) include(${projectoptions_SOURCE_DIR}/Index.cmake)