Skip to content

Commit 7720230

Browse files
authored
build: update CMakeLists.txt
1 parent 5490ad5 commit 7720230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FetchContent_MakeAvailable(nlohmann_json)
2121

2222
FetchContent_Declare(
2323
Dobby
24-
GIT_REPOSITORY https://github.com/dzyong/Dobby.git
24+
GIT_REPOSITORY https://github.com/dreamguxiang/Dobby.git
2525
GIT_TAG master
2626
)
2727
FetchContent_MakeAvailable(Dobby)
@@ -39,4 +39,4 @@ target_link_libraries(preloader
3939
${gles-lib}
4040
nlohmann_json::nlohmann_json
4141
dobby
42-
)
42+
)

0 commit comments

Comments
 (0)