File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ set(TARGET_NAME demo)
389389add_executable(${TARGET_NAME} main.cpp)
390390
391391include(FetchContent)
392- FetchContent_Declare(log4cpp GIT_REPOSITORY https://github.com/lwhttpdorg/log4cpp.git GIT_TAG v3.2.0 )
392+ FetchContent_Declare(log4cpp GIT_REPOSITORY https://github.com/lwhttpdorg/log4cpp.git GIT_TAG v3.2.1 )
393393
394394FetchContent_MakeAvailable(log4cpp)
395395
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ set(TARGET_NAME demo)
378378add_executable(${TARGET_NAME} main.cpp)
379379
380380include(FetchContent)
381- FetchContent_Declare(log4cpp GIT_REPOSITORY https://github.com/lwhttpdorg/log4cpp.git GIT_TAG v3.2.0 )
381+ FetchContent_Declare(log4cpp GIT_REPOSITORY https://github.com/lwhttpdorg/log4cpp.git GIT_TAG v3.2.1 )
382382
383383FetchContent_MakeAvailable(log4cpp)
384384
You can’t perform that action at this time.
0 commit comments