We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37009c commit 0f597cdCopy full SHA for 0f597cd
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 main
+ GIT_TAG 46-null-move-modification-fix
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