Skip to content

Commit

Permalink
⚒️ FIX: Fix Testing Framework compile fails
Browse files Browse the repository at this point in the history
The testing framework wasn't able
to compile because it provides the network with no extension.

Bench: 7489006
  • Loading branch information
TheBlackPlague committed Jun 23, 2023
1 parent 23970d6 commit 9c44b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CPMAddPackage(
include(BinaryResource.cmake)

file(GLOB NNUEBinary
"src/Engine/Model/*.nnue")
"src/Engine/Model/*")

BinaryToHeader(${NNUEBinary} "${CMAKE_CURRENT_BINARY_DIR}/Model/NeuralNetworkBinary.h" "NeuralNetworkBinary")

Expand Down

0 comments on commit 9c44b89

Please sign in to comment.