Skip to content

Commit 8a7f646

Browse files
authored
update source
1 parent e6b67a0 commit 8a7f646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(FetchContent)
88
FetchContent_Declare(
99
chesslib
1010
GIT_REPOSITORY https://github.com/winapiadmin/chesslib.git
11-
GIT_TAG maintaince_1
11+
GIT_TAG main
1212
)
1313
FetchContent_MakeAvailable(chesslib)
1414
add_executable(engine "main.cpp" "timeman.cpp" "timeman.h" "eval.h" "eval.cpp" "tune.h" "ucioption.h" "tune.cpp" "ucioption.cpp" "tt.h" "tt.cpp" "uci.cpp" "uci.h" "search.h" "search.cpp" "score.h" "score.cpp" "movepick.h" "movepick.cpp")

0 commit comments

Comments
 (0)