We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b67a0 commit 8a7f646Copy full SHA for 8a7f646
1 file changed
CMakeLists.txt
@@ -8,7 +8,7 @@ include(FetchContent)
8
FetchContent_Declare(
9
chesslib
10
GIT_REPOSITORY https://github.com/winapiadmin/chesslib.git
11
- GIT_TAG maintaince_1
+ GIT_TAG main
12
)
13
FetchContent_MakeAvailable(chesslib)
14
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