Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix link error in metrics.cpp (#1282)
Browse files Browse the repository at this point in the history
This fixes a linker error (missing symbols) from metrics.cpp in
unity_evaluation. It seems to have been introduced by #1262.
  • Loading branch information
znation committed Jan 3, 2019
1 parent 58936c6 commit b5aee56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unity/toolkits/evaluation/CMakeLists.txt
Expand Up @@ -5,6 +5,7 @@ make_library(unity_evaluation
metrics.cpp
unity_evaluation.cpp
REQUIRES
ml_data
unity_core
unity_recsys
)

0 comments on commit b5aee56

Please sign in to comment.