Skip to content

Commit 0f597cd

Browse files
committed
using experimental branch 46-null-move-modification-fix without merging library PR
1 parent a37009c commit 0f597cd

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 main
11+
GIT_TAG 46-null-move-modification-fix
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)